Condition Coverage

blib/lib/Catalyst/View/Base/JSON/_ClassInfo.pm
Criterion Covered Total %
condition 1 3 33.3


or 3 conditions

line l !l&&r !l&&!r condition
106 0 1 0 $c->stash->{$stash_key} ||= do { my $args = $self->$prepare_args(@args); my $new = $self->_instance_class->new(%{$args;}, %{$c->stash;}); $new->{'__class_info'} = $self; $new->{'__ctx'} = $c; $new }