Branch Coverage

blib/lib/Tie/NumRange.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
17 1 8 if defined $$self[1] and $$self[1] > $val
21 1 7 if defined $$self[2] and $$self[2] < $val
37 0 1 if grep((!defined($_)), @_[1, 2])