Condition Coverage

blib/lib/Types/Numbers.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
853 0 126 54 $_PerlNum->check($_) || $_BlessedFloat_param->check($_) and $_NumRange_param->check($_)

or 3 conditions

line l !l&&r !l&&!r condition
847 0 162 0 $_PerlNum->check($_) or $_BlessedFloat_param->check($_)
853 0 180 0 $_PerlNum->check($_) || $_BlessedFloat_param->check($_)
854 126 18 36 $_NumRange_param->check($_) or $_NaNInf->check($_)