Condition Coverage

blib/lib/MooX/VariantAttribute/Role.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
70 40 9 13 ref $passed and ref $stored
88 1 25 0 $stored->{$_} and $passed->{$_}

or 3 conditions

line l !l&&r !l&&!r condition
80 44 71 0 &reftype($stored) // &reftype(\$stored)
81 35 80 0 &reftype($passed) // &reftype(\$passed)