blib/lib/Tie/Hash/Regex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 13 | 100.0 |
line | l | !l | condition |
---|---|---|---|
112 | 3 | 3 | /$key/ and return $self->{$_} |
135 | 2 | 2 | /$key/ and return 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 1 | 4 | 1 | not $is_re and exists $self->{$key} |
131 | 1 | 2 | 1 | not $is_re and exists $self->{$key} |
153 | 1 | 1 | 1 | not $is_re and exists $self->{$key} |