| blib/lib/Catalyst/Plugin/ConfigLoader/MultiState.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 42 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 551 | 0 | 0 | $class->_config_execute(@$_, $stash, $state) and $double_required = 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 572 | 0 | 0 | 0 | @$ns == 1 and $$ns[0] eq lc $class |
| 639 | 0 | 0 | 0 | ref $_[0] eq 'HASH' and ref $$cur_stash{$var_name} eq 'HASH' |
| 687 | 0 | 0 | 0 | not defined $val and $key =~ /^(root|inline|module|r|u|l|p|rw|rewrite|can)$/ |
| 690 | 0 | 0 | 0 | ref $val eq 'HASH' and ref $oldval eq 'HASH' |
| 724 | 0 | 0 | 0 | not $is_dir and $entry =~ s/\.([^.]+)$// |
| 742 | 0 | 0 | 0 | ref $v1 eq 'HASH' and ref $v2 eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 503 | 0 | 0 | $$stash{'Plugin::ConfigLoader::MultiState'} || {} |
| 507 | 0 | 0 | $$self_cfg{'dir'} || 'conf' |
| 525 | 0 | 0 | $$self_cfg{'local'} || 'local.conf' |
| 578 | 0 | 0 | ($upstash = $local_stash)->{$_} ||= {} |
| 613 | 0 | 0 | $$state{'rw'}{$var_ns} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 684 | 0 | 0 | 0 | $key eq 'BEGIN' or $key eq 'DESTROY' |
| 0 | 0 | 0 | $key eq 'BEGIN' or $key eq 'DESTROY' or $key eq 'AUTOLOAD' | |
| 0 | 0 | 0 | $key eq 'BEGIN' or $key eq 'DESTROY' or $key eq 'AUTOLOAD' or $key =~ /^__ANON__\[/ | |
| 713 | 0 | 0 | 0 | ($$b[2] eq $class) <=> ($$a[2] eq $class) or lc $$a[2] cmp lc $$b[2] |