public class CodeCoverage extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAnnotation(String clazz,
String member,
int line,
boolean hasMembers,
String annotation,
javassist.bytecode.annotation.Annotation ann) |
protected void |
checkAnnotations(String clazz,
String member,
javassist.bytecode.AnnotationsAttribute aa,
int line) |
protected void |
checkClassFile(javassist.bytecode.ClassFile file) |
protected boolean |
fillCalls(int i,
String className,
String methodName,
String methodDesc,
Map<Integer,org.jboss.maven.plugin.coverage.CodeCoverage.Triple> calls) |
protected void |
fillSupers(javassist.bytecode.ClassFile clazz) |
protected void |
handleMethodSignature(String className,
String method,
int line,
javassist.bytecode.SignatureAttribute.Type... types) |
protected static boolean |
isAccessFlagSet(int accessFlags,
int constant) |
protected void |
print(Printer... printers) |
static void |
report(Configuration configuration,
String module,
ClassLoader classLoader,
File baseDir,
File classesToScan,
MethodExclusion exclusion,
String... classes) |
protected void |
scan(File current,
String fqn) |
public static void report(Configuration configuration, String module, ClassLoader classLoader, File baseDir, File classesToScan, MethodExclusion exclusion, String... classes) throws Exception
Exceptionprotected static boolean isAccessFlagSet(int accessFlags,
int constant)
protected void fillSupers(javassist.bytecode.ClassFile clazz)
protected void checkClassFile(javassist.bytecode.ClassFile file)
throws Exception
Exceptionprotected void handleMethodSignature(String className, String method, int line, javassist.bytecode.SignatureAttribute.Type... types)
protected void checkAnnotations(String clazz, String member, javassist.bytecode.AnnotationsAttribute aa, int line)
protected void checkAnnotation(String clazz, String member, int line, boolean hasMembers, String annotation, javassist.bytecode.annotation.Annotation ann)
protected boolean fillCalls(int i,
String className,
String methodName,
String methodDesc,
Map<Integer,org.jboss.maven.plugin.coverage.CodeCoverage.Triple> calls)
Copyright © 2015 JBoss, a division of Red Hat, Inc. All rights reserved.