blib/lib/Treex/Core/Node/Interset.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 27 | 7.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
351 | 0 | 0 | 0 | $comp eq 'eq' and $value ne $expected |
0 | 0 | 0 | $comp eq 'ne' and $value eq $expected | |
0 | 0 | 0 | $comp eq 're' and not $value =~ /$expected/ | |
0 | 0 | 0 | $comp eq 'nr' and $value =~ /$expected/ | |
382 | 0 | 28 | 0 | defined $self->$interset_attribute->{'other'} and ref $self->$interset_attribute->{'other'} eq 'HASH' |
424 | 28 | 0 | 0 | exists $self->wild->{'isetother'} and ref $self->wild->{'isetother'} eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
351 | 0 | 0 | 0 | $comp eq 'eq' and $value ne $expected or $comp eq 'ne' and $value eq $expected |
0 | 0 | 0 | $comp eq 'eq' and $value ne $expected or $comp eq 'ne' and $value eq $expected or $comp eq 're' and not $value =~ /$expected/ | |
0 | 0 | 0 | $comp eq 'eq' and $value ne $expected or $comp eq 'ne' and $value eq $expected or $comp eq 're' and not $value =~ /$expected/ or $comp eq 'nr' and $value =~ /$expected/ |