com.contrastsecurity.rest
Class Coverage

java.lang.Object
  extended by com.contrastsecurity.rest.Coverage

public class Coverage
extends Object

A model of an application's code coverage.


Constructor Summary
Coverage()
           
 
Method Summary
 List<CodeClass> getClasses()
          The class coverage model if the language is class-oriented
 List<CodeFile> getCodeFiles()
          The source file coverage model if the language is script or template-oriented
 List<Library> getLibraries()
          Return the libraries in use by the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coverage

public Coverage()
Method Detail

getClasses

public List<CodeClass> getClasses()
The class coverage model if the language is class-oriented

Returns:
the classes in the application, if there are any

getCodeFiles

public List<CodeFile> getCodeFiles()
The source file coverage model if the language is script or template-oriented

Returns:
the source files in the application, if there are any

getLibraries

public List<Library> getLibraries()
Return the libraries in use by the application.

Returns:
the libraries in use by the application


Copyright © 2014. All Rights Reserved.