blib/lib/Text/Same/TextUI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 25 | 92.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
157 | 2 | 108 | 21 | defined $left_chunk && is_ignorable($options, $left_chunk) |
163 | 1 | 108 | 22 | defined $right_chunk && is_ignorable($options, $right_chunk) |
167 | 110 | 6 | 15 | $left_ignorable and $right_ignorable |
line | l | !l | condition |
---|---|---|---|
237 | 0 | 140 | $$options{'context'} || 3 |
259 | 0 | 140 | $$options{'context'} || 3 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 51 | 12 | 42 | defined $start_context1[$i] or defined $start_context2[$i] |
152 | 116 | 2 | 35 | $i < scalar @match_chunks1 or $i < scalar @match_chunks2 |
174 | 6 | 7 | 103 | $left_ignorable || $right_ignorable |
207 | 32 | 11 | 27 | defined $end_context1[$i] or defined $end_context2[$i] |