blib/lib/Language/Basic/Statement.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
123 | 157 | 36 | 0 | defined $line_num_ok and $line_num_ok ne 'line_num_ok' |
139 | 0 | 0 | 2 | $line_num_ok and $class eq 'Numeric_Constant' |
0 | 0 | 2 | $line_num_ok and $class eq 'Numeric_Constant' and $tok->text =~ /^\d+$/ | |
889 | 0 | 0 | 2 | defined $tok and $tok->text =~ /^GO(SUB|TO)$/ |
1004 | 90 | 0 | 0 | $$prog{'column'} >= 70 and length $string |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
908 | 0 | 0 | 6 | not $value =~ /^\d+$/ or $value > @{$$self{'gotos'};} |