Condition Coverage

blib/lib/Data/Dump/HTML/PopUp.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 &looks_like_number($val) and not $OPT_STRINGIFY_NUMBERS
0 0 0 &looks_like_number($val) and not $OPT_STRINGIFY_NUMBERS and $val eq $val + 0
0 0 0 &looks_like_number($val) and not $OPT_STRINGIFY_NUMBERS and $val eq $val + 0 and not $val =~ /\A-?(?:inf(?:inity)?|nan)\z/i
162 0 0 0 $elem_ref eq 'ARRAY' || $elem_ref eq 'HASH' and length $elem_res > 100
181 0 0 0 $val_ref eq 'ARRAY' || $val_ref eq 'HASH' and length $val_res > 100

or 3 conditions

line l !l&&r !l&&!r condition
102 0 0 0 $_[0] =~ /\A-?[A-Za-z_][A-Za-z0-9_]*\z/ || $_[0] =~ /\A-?[1-9][0-9]{0,8}\z/
129 0 0 0 $_subscripts{$refaddr} //= $subscript
139 0 0 0 $ref eq "Regexp" or $ref eq "REGEXP"
162 0 0 0 $elem_ref eq 'ARRAY' || $elem_ref eq 'HASH'
181 0 0 0 $val_ref eq 'ARRAY' || $val_ref eq 'HASH'
301 0 0 0 wantarray || @_ > 1