lib/Config/Grammar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 21 | 14.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
396 | 0 | 4 | 0 | defined $columns and $#l + 1 != $columns |
506 | 0 | 0 | 0 | $^O eq 'win32' and not $inc =~ m(^(?:[a-z]:)?[/\\])i |
0 | 0 | 0 | $^O eq 'win32' and not $inc =~ m(^(?:[a-z]:)?[/\\])i and $self->{'file'} =~ m[^(.+)[\\/][^/]+$] | |
0 | 0 | 0 | not $inc =~ m[^/] and $self->{'file'} =~ m[^(.+)/[^/]+$] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
10 | 0 | 4 | 0 | ref $proto || $proto |
433 | 0 | 0 | 3 | $kn < 0 or $kn > $#l |
506 | 0 | 0 | 0 | $^O eq 'win32' and not $inc =~ m(^(?:[a-z]:)?[/\\])i and $self->{'file'} =~ m[^(.+)[\\/][^/]+$] or not $inc =~ m[^/] and $self->{'file'} =~ m[^(.+)/[^/]+$] |