blib/lib/Treex/PML/Schema/Copy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | exists $parent->{'derive'}{$name} and $parent->{'derive'}{$name}{'type'} ne $name |
82 | 0 | 0 | 0 | ref $parent->{$what} eq 'HASH' and exists $parent->{$what}{$name} |
93 | 0 | 0 | 0 | exists $$type{-'name'} and $$type{-'name'} eq 'template' |
101 | 0 | 0 | 0 | defined $ref and length $ref |
103 | 0 | 0 | 0 | defined $owner and $owner == $template |
line | l | !l | condition |
---|---|---|---|
33 | 0 | 0 | $copy->{'prefix'} || '' |
34 | 0 | 0 | $parent->{'type'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | exists $parent->{'type'}{$name} or exists $parent->{'derive'}{$name} and $parent->{'derive'}{$name}{'type'} ne $name |
0 | 0 | 0 | exists $parent->{'type'}{$name} or exists $parent->{'derive'}{$name} and $parent->{'derive'}{$name}{'type'} ne $name or exists $parent->{'param'}{$name} |