Home
last modified time | relevance | path

Searched refs:htmlReport (Results 1 – 2 of 2) sorted by relevance

/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
Dverify.bsh47 File htmlReport = new File( basedir, "child/target/site/jacoco/index.html" );
48 if ( !htmlReport.isFile() )
50 throw new FileNotFoundException( "Could not find generated HTML report: " + htmlReport );
/external/clang/utils/analyzer/
DCmpRuns.py44 def __init__(self, data, report, htmlReport): argument
48 self._htmlReport = htmlReport