Condition Coverage

blib/lib/Types/Numbers.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
508 0 0 0 $_PerlNum->check($_) or $_BlessedFloat_param->check($_)
514 0 0 0 $_PerlNum->check($_) || $_BlessedFloat_param->check($_)
515 0 0 0 $_NumRange_param->check($_) or $_NaNInf->check($_)