blib/lib/Text/Diff3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 26 | 36 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 50 | 16 | 20 | @{$diff2[$k];} and $diff2[$k][0][1] <= $hi + 1 |
123 | 0 | 0 | 26 | 0 <= $i0 && $i0 <= $#{$text0;} |
124 | 0 | 0 | 26 | 0 <= $i1 && $i1 <= $#{$text1;} |
125 | 0 | 22 | 4 | $ok0 and $$text0[$i0] ne $$text1[$i1] |
174 | 1 | 0 | 3 | _assoc_range($diff, 'c') and $$r3[5] <= $$r3[6] |
252 | 37 | 6 | 320 | $a1 <= $#{$text_a;} and $b1 <= $#{$text_b;} |
262 | 111 | 27 | 34 | $a0 <= $a1 and $b0 <= $b1 |
267 | 111 | 27 | 34 | $a0 <= $a1 and $b0 <= $b1 |
277 | 142 | 0 | 117 | $a1 <= $#{$text_a;} and $b1 <= $#{$text_b;} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 46 | 20 | 42 | @{$diff2[0];} or @{$diff2[1];} |
125 | 0 | 0 | 26 | $ok0 ^ $ok1 or $ok0 and $$text0[$i0] ne $$text1[$i1] |
259 | 356 | 0 | 172 | $a_uniq < $a1 or $b_uniq < $b1 |