| blib/lib/Crypt/SecretBuffer/INI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 23 | 73.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 0 | 1 | 5 | defined $_->{'section'} and defined $section |
| 97 | 0 | 2 | 1 | defined $sep and $_->{'section'} eq substr($section, 0, length $_->{'section'}) |
| 138 | 10 | 34 | 40 | $span->len and not keys %result |
| 158 | 24 | 2 | 0 | $self->inline_comments and my $comment_start = $key->scan($comment_delim) |
| 193 | 2 | 0 | 2 | defined $sep and ref $sep ne "Regexp" |
| 204 | 8 | 5 | 0 | defined $node->{$_} and ref $node->{$_} ne "HASH" |
| line | l | !l | condition |
|---|---|---|---|
| 205 | 5 | 8 | $node->{$_} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 6 | 2 | 0 | not ref $rule or ref $rule eq "Regexp" |