Condition Coverage

blib/lib/Sub/MicroSig.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
59 9 16 1 $is_method and not eval { do { $_[0]->can('can') } }
63 8 10 0 ref $_[$arg_index] ne 'HASH' and ref $_[$arg_index] ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
63 2 2 18 @_ > $arg_index + 1 or not ref $_[$arg_index]
4 0 18 @_ > $arg_index + 1 or not ref $_[$arg_index] or ref $_[$arg_index] ne 'HASH' and ref $_[$arg_index] ne 'ARRAY'