Condition Coverage

lib/Devel/TraceMethods.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
15 3 0 1 ref $_[0] eq 'CODE' && defined &{$_[0];}
36 3 0 8 defined $sub and defined &$sub
81 0 0 3 ref $coderef eq 'CODE' and defined &$coderef

or 3 conditions

line l !l&&r !l&&!r condition
94 1 5 0 $args{'logger'} || $logger