Package org.jacoco.core.analysis

Coverage calculation and analysis.

See: Description

Package org.jacoco.core.analysis Description

Coverage calculation and analysis. The coverage information is calculated with an Analyzer instance from class files (target) and execution data (actual).

The CoverageBuilder creates a hierarchy of ICoverageNode instances with the following types:

 +-- Group (optional)
     +-- Bundle
         +-- Package
             +-- Source File
                 +-- Class
                     +-- Method
 

Copyright © 2013. All rights reserved.