Condition Coverage

blib/lib/Catalyst/Controller/CRUD.pm
Criterion Covered Total %
condition 0 16 0.0


and 2 conditions

line l !l condition
71 0 0 not $c->stash->{'create'}{'error'} and scalar keys %{$hash;}
149 0 0 not $c->stash->{'update'}{'error'} and scalar keys %{$hash;}

and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 defined $c->req->args->[0] and $c->req->args->[0] =~ /^\d+$/
105 0 0 0 defined $c->req->args->[0] and $c->req->args->[0] =~ /^\d+$/
132 0 0 0 defined $c->req->args->[0] and $c->req->args->[0] =~ /^\d+$/
203 0 0 0 defined $c->req->args->[0] and $c->req->args->[0] =~ /^\d+$/