Condition Coverage

blib/lib/Mojolicious/Plugin/AnyData.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
27 0 0 0 $app->mode and $app->mode eq 'production'
42 0 0 0 $func and ref $func eq 'ARRAY'
0 0 0 $func and ref $func eq 'ARRAY' and scalar @$func > 0
56 0 0 0 $self->dbh and $self->app
87 0 0 0 $data and ref $data eq 'HASH'
0 0 0 $data and ref $data eq 'HASH' and keys %$data > 0

or 2 conditions

line l !l condition
32 0 0 $helper ||= 'db'