blib/lib/constant/override.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 26 | 26 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 164 | unless (@args) |
27 | 1 | 163 | if ($multiple and ref $args[0] ne 'HASH') |
33 | 15 | 148 | if ($multiple) { } |
43 | 1 | 177 | if (exists $$substitute{$full_name}) { } |
3 | 174 | elsif (exists $$substitute{$name}) { } | |
1 | 173 | elsif (exists $$ignore{$full_name}) { } | |
2 | 171 | elsif (exists $$ignore{$name}) { } | |
72 | 99 | elsif ($default_functionality) { } | |
56 | 16 | 56 | $multiple ? : |
75 | 4 | 2 | unless $args{'ignore'} |
76 | 4 | 2 | unless $args{'substitute'} |
85 | 2 | 73 | ref $values[0] eq 'CODE' ? : |
75 | 1 | @values == 1 ? : |