Lines Matching full:coverage
346 <arg value="coverage" />
588 <property name="emma.coverage.absolute.file" location="${out.absolute.dir}/coverage.em" />
729 <property name="emma.coverage.absolute.file" location="${out.absolute.dir}/coverage.em" />
737 metadatafile="${emma.coverage.absolute.file}">
1153 support emma code coverage -->
1181 <!-- enable code coverage -->
1247 value="/data/data/${tested.project.app.package}/coverage.ec" />
1251 <echo>WARNING: Code Coverage is currently only supported on the emulator and rooted devices.</echo>
1259 <echo level="info">Downloading coverage file into project directory...</echo>
1264 <arg path="${out.absolute.dir}/coverage.ec" />
1266 <echo level="info">Extracting coverage report...</echo>
1280 <infileset file="${out.absolute.dir}/coverage.ec" />
1281 <infileset file="${tested.project.out.absolute.dir}/coverage.em" />
1283 <html outfile="${out.absolute.dir}/coverage.html" />
1287 <delete file="${out.absolute.dir}/coverage.ec" />
1288 <delete file="${out.absolute.dir}/coverage.em" />
1289 <echo level="info">Saving the report file in ${out.absolute.dir}/coverage.html</echo>
1477 <echo> emma: Transiently enables code coverage for subsequent</echo>