Condition Coverage

blib/lib/Module/AnyEvent/Helper.pm
Criterion Covered Total %
condition 12 20 60.0


and 3 conditions

line !l l&&!r l&&r condition
47 38 0 25 /_async$/ and defined *{$pkg . '::' . $_;}{'CODE'}

or 2 conditions

line l !l condition
44 6 3 $arg{-'exclude'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 56 not defined $lcv or ref $lcv ne 'AnyEvent::CondVar'
68 32 0 22 ref $ret ne 'CODE' or $ret != $guard
81 0 0 14 not defined $lcv or ref $lcv ne 'AnyEvent::CondVar'
92 8 0 4 @ret != 1 or ref $ret[0] ne 'CODE'
8 0 4 @ret != 1 or ref $ret[0] ne 'CODE' or $ret[0] != $guard