Condition Coverage

blib/lib/Tie/Constrained.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
423 8 0 0 $STRICT and not &{$$self{'test'};}($$self{'value'})

or 2 conditions

line l !l condition
404 3 0 $try || \&valid
0 3 $out || \&failure

or 3 conditions

line l !l&&r !l&&!r condition
401 1 1 0 &$try($val) or ($out ? $out : \&failure)->($try, $val, 22)
413 3 2 3 $$self{'test'}($value) || $$self{'fail'}($$self{'test'}, $value, 22)