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
61 18 0 0 $content_type_stash_key and my $stashed = $c->stash->{$content_type_stash_key}
136 1 0 0 defined $content_type and $content_type ne ''

or 3 conditions

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