Lines Matching full:coverage
147 * <b>To generate EMMA code coverage:</b>
148 * -e coverage true
149 * Note: this requires an emma instrumented build. By default, the code coverage results file
150 * will be saved in a /data/<app>/coverage.ec file, unless overridden by coverageFile flag (see
153 * <b> To specify EMMA code coverage results file path:</b>
257 * identifies the path to the generated code coverage file.
284 // Default file name for code coverage
285 private static final String DEFAULT_COVERAGE_FILE_NAME = "coverage.ec";
332 mCoverage = getBooleanArgument(arguments, "coverage");
598 // use reflection to call emma dump coverage method, to avoid
608 // output path to generated coverage file so it can be parsed by a test harness if
615 String.format("%s\nGenerated code coverage data to %s", currentStream,
646 String msg = "Failed to generate emma coverage. " + hint;