| blib/lib/Text/ParagraphDiff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 12 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 162 | 19 | 2 | 22 | $x < @$d and $i > $$d[$x][1] | 
| 198 | 1 | 6 | 7 | $pos < @$total_diff and $$total_diff[$pos][0] eq '+' | 
| 217 | 5 | 16 | 49 | $pos < @$total_diff and $$total_diff[$pos][0] ne '-' | 
| 249 | 3 | 2 | 15 | @$old_count and $$old_count[0] < $old_count_orig[0] |