> java.lang.UnsupportedOperationException: No line numbers detected in > org.hackystat.app.cgqm.implementation.TestMetric1.<init>. Either remove the > 'oneLineFile' > tag or turn debug on when compiling.
Another option is to exclude that particular constructor from coverage, using the excludeIndividualMethods option. --Tim
