GO/Parsers/obo_text_parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 28 | 53 | 52.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 3213 | 0 | 0 | $litemode and not $_ =~ /^(\[|id:|name:|is_a:|relationship:|namespace:|is_obsolete:)/ |
3213 | 0 | 0 | $litemode and not $_ =~ /^(\[|id:|name:|is_a:|relationship:|namespace:|is_obsolete:)/ and not $in_hdr | |
456 | 759 | 1837 | 29 | not ref $val and $val eq 'true' |
459 | 759 | 1866 | 0 | not ref $val and $val eq 'false' |
484 | 2625 | 0 | 0 | $tag eq 'is_obsolete' and $val |
506 | 7 | 0 | 0 | not $namespace and $stanza_count |
627 | 228 | 0 | 0 | $db eq 'http' and $acc =~ m[^//] |
774 | 0 | 0 | 0 | @_ > 1 and ref $_[0] || defined $_[1] && $_[0] eq $CGI::DefaultClass |
line | l | !l | condition |
---|---|---|---|
370 | 1 | 379 | $1 || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
248 | 4 | 0 | 1536 | $tag eq 'intersection_of' or $tag eq 'union_of' |
14 | 6 | 1516 | $tag eq 'inverse_of' or $tag eq 'transitive_over' | |
20 | 456 | 1060 | $tag eq 'inverse_of' or $tag eq 'transitive_over' or $tag eq 'is_a' | |
0 | 0 | 62 | $tag eq 'holds_temporally_between' or $tag eq 'holds_atemporally_between' | |
0 | 0 | 62 | $tag eq 'holds_temporally_between' or $tag eq 'holds_atemporally_between' or $tag eq 'holds_on_class_level_between' | |
0 | 0 | 62 | $tag eq 'holds_over_chain' or $tag eq 'equivalent_to_chain' | |
481 | 456 | 97 | 2072 | $tag eq 'is_a' or $tag eq 'relationship' |
719 | 2 | 0 | 8 | $next_c eq '^' or $next_c eq ',' |
774 | 0 | 0 | 0 | ref $_[0] || defined $_[1] && $_[0] eq $CGI::DefaultClass |