Condition Coverage

blib/lib/Scalar/Util/Numeric/PP.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
60 10 15 0 /\A[+-]? (?: (?:0|[1-9][0-9]*)(\.[0-9]+)? | (\.[0-9]+) ) ([eE][+-]?[0-9]+)?\z/x and $1

or 3 conditions

line l !l&&r !l&&!r condition
60 8 0 17 /\A[+-]? (?: (?:0|[1-9][0-9]*)(\.[0-9]+)? | (\.[0-9]+) ) ([eE][+-]?[0-9]+)?\z/x and $1 or $2
3 0 14 /\A[+-]? (?: (?:0|[1-9][0-9]*)(\.[0-9]+)? | (\.[0-9]+) ) ([eE][+-]?[0-9]+)?\z/x and $1 or $2 or $3
63 2 2 10 isnan $_ or isinf $_