Condition Coverage

blib/lib/Data/Rx/CoreType/num.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
71 7 7 485 defined $value and length $value
80 154 19 24 $$self{'range_check'} and not $$self{'range_check'}($value)
88 145 8 20 defined $$self{'value'} and $value != $$self{'value'}

or 3 conditions

line l !l&&r !l&&!r condition
21 0 0 3 not defined $val or ref $val
0 0 3 not defined $val or ref $val or not $class->_value_is_of_type($val)