Branch Coverage

blib/lib/Mojolicious/Plugin/MoreHelpers.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
25 0 0 if exists $params{$name}
26 0 0 unless exists $route->to->{$name}
44 0 0 unless ref $json eq 'HASH'
49 0 0 if (not ref $json->{$key}) { }
0 0 elsif (ref $json->{$key} eq 'ARRAY') { }
53 0 0 unless grep {ref $_;} @{$$json{$key};}
56 0 0 if $success
65 0 0 if defined $message
78 0 0 $c->req->method eq 'POST' ? :
148 0 0 unless defined $status and not ref $status
151 0 0 unless defined $message and not ref $message
168 0 0 unless defined $sub
177 0 0 $value ? :
184 0 0 defined $email && $email->address ? :