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 65 $fh and ref $fh
2 2 63 $fh and ref $fh and ref $fh eq 'GLOB'
43 220 0 459 exists $$headers{'Prop-content-length'} and $$headers{'Prop-content-length'}
50 562 21 96 exists $$headers{'Text-content-length'} and $$headers{'Text-content-length'}
56 83 13 0 ${*$fh;}{'check_digest'} and !$$headers{'Text-delta'} || $$headers{'Text-delta'} ne 'true'
80 321 322 34 exists $$headers{'Node-action'} and $$headers{'Node-action'} eq 'delete'
643 33 1 exists $$headers{'Node-action'} and $$headers{'Node-action'} eq 'delete' and exists $$headers{'Node-kind'}

or 2 conditions

line l !l condition
73 458 220 $$headers{'Prop-content-length'} || 0
95 583 $$headers{'Text-content-length'} || 0
466 212 $$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'