Condition Coverage

blib/lib/SWF/Search.pm
Criterion Covered Total %
condition 6 17 35.2


and 3 conditions

line !l l&&!r l&&r condition
286 4 1 0 $self->_bitbuf eq '' and $numbits % 8 == 0

or 2 conditions

line l !l condition
103 0 0 $opt{'Type'} or 'All'
152 1 0 'IO::File'->new($val, 'r') || die("can't open ${val}: $!")
283 5 0 shift() || (return)
307 2 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
70 0 1 0 ref $class || $class
109 0 0 0 $opt{'CaseSensitive'} or $$self{'_case_sensitive'}