GO/Parsers/go_ont_parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 21 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
166 | 11 | 294 | 273 | scalar @stack and $stack[$#stack][0] >= $indent |
169 | 271 | 0 | 2 | defined $obs_depth and $obs_depth >= $indent |
199 | 325 | 0 | 2 | $name =~ /^obsolete/i and $i == 0 |
210 | 309 | 8 | 10 | $indent < 2 and $is_go |
241 | 294 | 9 | 2 | $prevname and $prevname ne $name |
247 | 294 | 1 | 8 | $prevname and $indent |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
348 | 273 | 0 | 37 | $rchar eq 'is_a' or $rchar eq 'isa' |