| 1745 | } |
| 1746 | |
| 1747 | bool SpecEmpty(const cFCOReportSpecIter& ri) |
| 1748 | { |
| 1749 | return (ri.GetAddedSet()->IsEmpty() && ri.GetRemovedSet()->IsEmpty() && 0 == ri.GetNumChanged()); |
| 1750 | } |
| 1751 | |
| 1752 | bool PrintableProp(const iFCO* pfcoOld, const iFCO* pfcoNew, int j) |
| 1753 | { |
no test coverage detected