| blib/lib/Maypole/Plugin/Config/Apache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 16 | 32 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 106 | 0 | 0 | if $r->debug | 
| 120 | 0 | 0 | $1 ? : | 
| 122 | 0 | 0 | if ($k =~ /^MaypoleEval/) { } | 
| 125 | 0 | 0 | if $@ | 
| 134 | 0 | 0 | if ($r->debug > 1) | 
| 136 | 0 | 0 | unless 'Data::Dumper'->require | 
| 154 | 4 | 1 | @strings == 1 ? : | 
| 5 | 7 | unless @got_hash_sep | |
| 156 | 2 | 5 | if @got_hash_sep ne @strings | 
| 164 | 2 | 9 | if $@ | 
| 165 | 3 | 6 | if (exists $hash{$k}) { } | 
| 167 | 3 | 0 | if (my $type = ref $hash{$k}) { } | 
| 169 | 2 | 1 | if ($type eq 'ARRAY') { } | 
| 1 | 0 | elsif ($type eq 'HASH') { } | |
| 175 | 1 | 0 | @v == 1 ? : | 
| 190 | 0 | 6 | @v > 1 ? : |