blib/lib/Algorithm/Diff/HTMLTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 27 | 62.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 10 | 0 | 4 | ref $files{$name} and ref $files{$name} eq 'ARRAY' |
211 | 0 | 10 | 4 | $file and ref $file |
10 | 0 | 4 | $file and ref $file and ref $file eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
102 | 5 | 0 | $items_1[$index - 1] // '' |
0 | 5 | $items_2[$index - 1] // '' | |
119 | 0 | 10 | $items_1[$index - 1] // '' |
10 | 0 | $items_2[$index - 1] // '' | |
136 | 19 | 7 | $items_1[$index - 1] // '' |
26 | 0 | $items_2[$index - 1] // '' | |
162 | 78 | 0 | $line_a // '' |
163 | 78 | 0 | $line_b // '' |
223 | 2 | 8 | $self->{'eol'} // "\n" |