Home | History | Annotate | Download | only in entity

Lines Matching refs:totalLineCount

46     public final long totalLineCount;
58 * @param totalLineCount The total number of uncovered executable lines in the file.
64 public CoverageEntity(Key parentKey, String group, long coveredLineCount, long totalLineCount,
69 this.totalLineCount = totalLineCount;
81 coverageEntity.setUnindexedProperty(TOTAL_LINE_COUNT, totalLineCount);
108 long totalLineCount = (long) e.getProperty(TOTAL_LINE_COUNT);
119 totalLineCount, filePath, projectName, projectVersion, lineCoverage);
142 long totalLineCount = coverage.getTotalLineCount();
153 return new CoverageEntity(parentKey, group, coveredLineCount, totalLineCount, filePath,