gesellc / tdd-with-python

Coding along with Harry J.W. Percival's book "Test-Driven Development with Python"
1 stars 0 forks source link

What is the algorithm that produces the coveralls.io percentage? #14

Open gesellc opened 8 years ago

gesellc commented 8 years ago

There seems to be a concept of "relevant lines".

gesellc commented 8 years ago

"Relevant lines" might omit lines which really belong to a statement on a previous line...