Condition Coverage

blib/lib/autodie/exception.pm
Criterion Covered Total %
condition 13 25 52.0


and 3 conditions

line !l l&&!r l&&r condition
246 11 0 10 not $that =~ /:/ and "CORE::$that" eq $sub
374 0 0 0 $filehandle and not ref $filehandle
457 0 0 6 $close_arg and not ref $close_arg
782 0 94 2 $package->can('DOES') and $package->DOES('autodie::skip')
798 27 67 55 defined $sub and $sub =~ /^\(eval\)$|::__ANON__$/

or 2 conditions

line l !l condition
835 79 15 $args{'errno'} || 0
841 94 0 $args{'args'} || []

or 3 conditions

line l !l&&r !l&&!r condition
485 0 0 0 blessed($arg_name) || ref $arg_name
525 3 0 39 @open_args <= 1 or @open_args >= 4