blib/lib/Tie/Hash/Regex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 13 | 100.0 |
line | l | !l | condition |
---|---|---|---|
107 | 6 | 3 | /$key/ and return $self->{$_} |
130 | 2 | 2 | /$key/ and return 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 1 | 4 | 1 | not $is_re and exists $self->{$key} |
126 | 1 | 2 | 1 | not $is_re and exists $self->{$key} |
148 | 1 | 1 | 1 | not $is_re and exists $self->{$key} |