blib/lib/Module/MultiConf.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 20 | 80.0 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 8 | if $caller eq 'main' |
54 | 5 | 8 | if scalar @args == 0 |
60 | 3 | 5 | unless (ref $config) |
63 | 1 | 2 | if scalar @$loaded == 0 |
69 | 0 | 7 | unless ref $config eq 'HASH' or blessed $config |
82 | 7 | 5 | unless ref $self |
90 | 1 | 10 | if ref $$args{$k} ne 'HASH' |
117 | 6 | 13 | if UNIVERSAL::can($self, $k) |
118 | 0 | 13 | if UNIVERSAL::can('main', $k) |
130 | 0 | 7 | wantarray ? : |