lib/Web/Components/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
47 | 13 | 8 | if (&blessed($x) and $x->can($k)) { } |
6 | 2 | elsif (&is_hashref($x)) { } | |
62 | 5 | 2 | $_[0] && ref $_[0] eq 'ARRAY' ? : |
66 | 1 | 4 | &is_hashref($_[0]) ? : |
68 | 1 | 4 | unless $base |
77 | 0 | 4 | unless $appclass |
79 | 1 | 3 | if (&first_char($base) eq '+') { } |
95 | 3 | 1 | unless $cfgcomps and $cfgcomps = $cfgcomps->{$base} |