blib/lib/RDF/Notation3/Template/TTriples.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 29 | 6.9 |
line | l | !l | condition |
---|---|---|---|
143 | 2 | 1 | $rs =~ /^$_:(.*)$/ and $bound = 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 0 | 0 | 0 | $i == $#pred and $j == @{$$tri_tree{$s}{$pred[$i]};} - 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | not $subj or $subj eq $$_[0] |
41 | 0 | 0 | 0 | not $verb or $verb eq $$_[1] |
42 | 0 | 0 | 0 | not $obj or $obj eq $$_[2] |
43 | 0 | 0 | 0 | not $context or $context eq $$_[3] |
59 | 0 | 0 | 0 | not $subj or $subj eq $$_[0] |
60 | 0 | 0 | 0 | not $verb or $verb eq $$_[1] |
61 | 0 | 0 | 0 | not $obj or $obj eq $$_[2] |
62 | 0 | 0 | 0 | not $context or $context eq $$_[3] |