push
circleci
1 of 1 new or added line in 1 file covered. (100.0%)
220 existing lines in 42 files now uncovered.3031 of 3244 relevant lines covered (93.43%)
51.48 hits per line
1 |
class ClambyScanner < Hydra::Works::VirusScanner |
4✔ |
2 |
def infected? |
4✔ |
UNCOV
3
|
Clamby.virus?(file)
|
2✔ |
4 |
end
|
|
5 |
end
|