Condition Coverage

blib/lib/MooseX/MungeHas.pm
Criterion Covered Total %
condition 12 24 50.0


and 3 conditions

line !l l&&!r l&&r condition
37 2 1 1 @_ == 1 && ref $_[0] eq 'HASH'
245 8 2 5 @_ == 2 && ref $_[1] eq 'CODE'
8 2 0 @_ == 2 && ref $_[1] eq 'HASH'
8 0 2 @_ == 2 && &blessed($_[1]) && $_[1]->can('check')
282 0 0 0 @_ == 2 && ref $_[1] eq 'CODE'
0 0 0 @_ == 2 && ref $_[1] eq 'HASH'
0 0 0 @_ == 2 && &blessed($_[1]) && $_[1]->can('check')

or 3 conditions

line l !l&&r !l&&!r condition
86 20 4 0 $_cache{$_[0]} ||= __detect_oo(@_)