lib/Catalyst/Action/SerializeBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 18 | 0 | 0 | $content_type_stash_key and my $stashed = $c->stash->{$content_type_stash_key} |
138 | 1 | 0 | 0 | defined $content_type and $content_type ne '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | $config->{'map'} ||= $controller->{'map'} |