rix0rrr / cover2cover

Convert JaCoCo coverage reports to Cobertura coverage reports
MIT License
55 stars 50 forks source link

Filter out lines and methods without a 'line' attribute #2

Closed AidenMontgomery closed 8 years ago

AidenMontgomery commented 8 years ago

Sometimes we have encountered jm and jmethod objects that don't have a 'line' attribute, which caused the conversion to crash. I am not sure if the changes that I have made will compromise the quality of the conversion, or if my code is taking the right approach.