Searched refs:unitsType (Results 1 – 3 of 3) sorted by relevance
77 public void setUnitsType (final int unitsType) in setUnitsType() argument79 … $assert.ASSERT (unitsType >= IItemAttribute.UNITS_COUNT && unitsType <= IItemAttribute.UNITS_INST… in setUnitsType()81 m_unitsType = unitsType; in setUnitsType()275 …final String unitsType = getReportProperty (properties, type, IReportProperties.UNITS_TYPE, true, … in parseProperties() local276 …result.setUnitsType (IReportProperties.COUNT_UNITS.equals (unitsType) ? IItemAttribute.UNITS_COUNT… in parseProperties()
253 final int unitsType = m_settings.getUnitsType(); in emitFileCoverage() local
1149 final int unitsType = m_settings.getUnitsType (); in embedSrcFile() local1217 … final int [] coverageRatio = lCoverageData.m_coverageRatio [unitsType]; in embedSrcFile()1229 switch (unitsType) in embedSrcFile()