Condition Coverage

blib/lib/Parse/Matroska/Reader.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
50 50 0 0 not defined $c and $!
176 0 0 3 $$self{'fh'}->can('seek') and $$self{'fh'}->seek($len, 1)
189 0 0 23 $pos and $$self{'fh'}->can('setpos')
208 0 0 25 $elem_def && $$elem_def{'name'}
0 0 25 $elem_def && $$elem_def{'valtype'}

or 3 conditions

line l !l&&r !l&&!r condition
36 0 2 0 openhandle $arg || 'IO::File'->new($arg, '<:raw')