Condition Coverage

blib/lib/Object/Stash.pm
Criterion Covered Total %
condition 15 19 78.9


and 3 conditions

line !l l&&!r l&&r condition
71 1 0 5 not ref $_[0] and $_[0]->isa('Object::Stash')
84 25 2 1 scalar @args == 1 and ref $args[0] eq 'HASH'
25 0 2 scalar @args == 1 and ref $args[0] eq 'ARRAY'

or 2 conditions

line l !l condition
39 2 8 $args{-'method'} //= ['stash']
40 1 9 $args{-'type'} //= 'hashref'

or 3 conditions

line l !l&&r !l&&!r condition
45 1 9 0 $args{-'package'} // caller
101 16 12 0 defined wantarray or @args