| blib/lib/Algorithm/Diff/HTMLTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 19 | 24 | 79.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 33 | 11 | 4 | 1 | ref $files{$name} and ref $files{$name} ne 'ARRAY' | 
| 215 | 12 | 1 | 6 | ref $file and ref $file eq 'ARRAY' | 
| line | l | !l | condition | 
|---|---|---|---|
| 103 | 5 | 0 | $items_1[$index - 1] // '' | 
| 0 | 5 | $items_2[$index - 1] // '' | |
| 120 | 0 | 10 | $items_1[$index - 1] // '' | 
| 10 | 0 | $items_2[$index - 1] // '' | |
| 137 | 19 | 7 | $items_1[$index - 1] // '' | 
| 26 | 0 | $items_2[$index - 1] // '' | |
| 163 | 80 | 3 | $line_a // '' | 
| 164 | 81 | 2 | $line_b // '' | 
| 227 | 2 | 9 | $self->{'eol'} // "\n" |