| lib/Class/ConfigHash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 65 | 6 | 1 | if ref $class |
| 109 | 0 | 12 | unless (ref $self) |
| 112 | 0 | 0 | if ($name eq 'new') { } |
| 122 | 3 | 9 | unless (exists $$self{'_raw'}{$name}) |
| 125 | 1 | 2 | if exists $$options{'default'} |
| 128 | 1 | 1 | if $$options{'allow_undef'} |
| 142 | 1 | 8 | if $$options{'raw'} |
| 146 | 6 | 2 | if ref $item and ref $item eq 'HASH' |