Condition Coverage

blib/lib/Lim/RPC/Value/Collection.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 defined $args{'children'} and ref $args{'children'} eq 'HASH'
108 0 0 0 defined $_[1] and ref $_[1] eq 'HASH'
136 0 0 0 defined $_[1] and ref $_[1] eq 'HASH' || ref $_[1] eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 ref $this || $this
136 0 0 0 ref $_[1] eq 'HASH' || ref $_[1] eq 'ARRAY'