| blib/lib/Config/Simple/Conf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 29 | 6.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 291 | 0 | 0 | 1 | defined $sec and defined $key |
| 0 | 0 | 1 | defined $sec and defined $key and defined $val | |
| 353 | 0 | 0 | 0 | exists $conf->{$hd}{$k} and $conf->{$hd}{$k} ne "\30" |
| 419 | 0 | 0 | 0 | exists $conf->{$k} and $conf->{$k} ne "\30" |
| 440 | 0 | 0 | 0 | exists $conf->{$last_key} and $conf->{$last_key} ne "\30" |
| 522 | 0 | 0 | 0 | not ref $conf->{$sec}{$key} and $conf->{$sec}{$key} =~ /\[([^:]+):([^\]]+)\]/ |
| 0 | 0 | 0 | not ref $conf->{$sec}{$key} and $conf->{$sec}{$key} =~ /\[([^\]]+)\]/ |
| line | l | !l | condition |
|---|---|---|---|
| 323 | 0 | 0 | $head || 'global' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 330 | 0 | 0 | 0 | not $_ or /^#/ |
| 568 | 0 | 0 | 0 | $ENV{'QUERY_STRING'} or $ENV{'REQUEST_METHOD'} |