Condition Coverage

lib/Catalyst/Action/SerializeBase.pm
Criterion Covered Total %
condition 2 9 22.2


and 3 conditions

line !l l&&!r l&&r condition
85 18 0 0 $content_type_stash_key and my $stashed = $c->stash->{$content_type_stash_key}
162 1 0 0 defined $content_type and $content_type ne ''

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 $config->{'map'} ||= $controller->{'map'}