Condition Coverage

blib/lib/Test/Mockify/Parameter.pm
Criterion Covered Total %
condition 10 10 100.0


and 3 conditions

line !l l&&!r l&&r condition
47 116 1 10 &blessed($Params[$i]) and $Params[$i]->isa($StoredValue)

or 2 conditions

line l !l condition
13 152 16 $ExpectedParams //= []
35 17 1 $Parameters //= []

or 3 conditions

line l !l&&r !l&&!r condition
47 124 3 63 $StoredValue || defined $StoredValue && "$StoredValue" eq '0'