Condition Coverage

blib/lib/VCS/Lite/Delta.pm
Criterion Covered Total %
condition 33 42 78.5


and 3 conditions

line !l l&&!r l&&r condition
170 2 61 1 $lin < $#diff and $diff[$lin + 1] =~ /^\\/
183 2 53 1 $lin < $#diff and $diff[$lin + 1] =~ /^\\/
248 0 17 1 $lin < $#diff and $diff[$lin + 1] =~ /^\\/
261 2 7 1 $lin < $#diff and $diff[$lin + 1] =~ /^\\/
364 2 3 12 @ins and @del

or 2 conditions

line l !l condition
92 6 0 $sep ||= ''
377 1 3 shift() || $$self{'sep'} || ''
386 3 3 shift() || $$self{'sep'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
90 0 6 0 $sep ||= $/
194 62 0 12 $a_count or $b_count
272 10 0 19 $a_count or $b_count
320 6 15 0 $ins_firstline ||= $lno
326 12 14 0 $del_firstline ||= $lno
348 15 2 0 $ins_lastline ||= $ins_firstline
349 14 2 1 $del_lastline ||= $del_firstline