Condition Coverage

blib/lib/MooX/VariantAttribute/Role.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
69 48 11 17 ref $passed and ref $stored
87 1 6 19 $stored->{$_} and $passed->{$_}

or 3 conditions

line l !l&&r !l&&!r condition
79 44 93 0 &reftype($stored) // &reftype(\$stored)
80 35 102 0 &reftype($passed) // &reftype(\$passed)