Condition Coverage

blib/lib/SVN/Dump/Reader.pm
Criterion Covered Total %
condition 27 30 90.0


and 3 conditions

line !l l&&!r l&&r condition
27 1 1 66 $fh and ref $fh
2 2 64 $fh and ref $fh and ref $fh eq 'GLOB'
46 224 0 469 exists $headers->{'Prop-content-length'} and $headers->{'Prop-content-length'}
50 574 22 97 exists $headers->{'Text-content-length'} and $headers->{'Text-content-length'}
56 84 13 0 do { *$fh }->{'check_digest'} and !$headers->{'Text-delta'} || $headers->{'Text-delta'} ne 'true'
80 328 328 35 exists $headers->{'Node-action'} and $headers->{'Node-action'} eq 'delete'
656 34 1 exists $headers->{'Node-action'} and $headers->{'Node-action'} eq 'delete' and exists $headers->{'Node-kind'}

or 2 conditions

line l !l condition
76 468 224 $headers->{'Prop-content-length'} || 0
96 596 $headers->{'Text-content-length'} || 0
476 216 $headers->{'Content-length'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
56 7 0 6 !$headers->{'Text-delta'} || $headers->{'Text-delta'} ne 'true'