Condition Coverage

blib/lib/Class/Inspector.pm
Criterion Covered Total %
condition 8 16 50.0


and 3 conditions

line !l l&&!r l&&r condition
43 26 0 3 $ref eq 'ARRAY' and ref $inc->[0] eq 'CODE'
22 0 4 $ref and eval { do { $inc->can('INC') } }
45 2 0 0 @ret == 1 and not defined $ret[0]

or 2 conditions

line l !l condition
395 0 0 $dir || ''
396 0 0 $file || ''

or 3 conditions

line l !l&&r !l&&!r condition
70 2 3 2 $class->loaded_filename($_[0]) || $class->resolved_filename($_[0]) || $class->_resolved_inc_handler($_[0])