| blib/lib/Mojolicious/Plugin/AnyData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 0 | if $app->mode and $app->mode eq 'production' |
| 38 | 0 | 0 | if ($$param{'load_data'}) |
| 42 | 0 | 0 | if ($func and ref $func eq 'ARRAY' and scalar @$func > 0) |
| 56 | 0 | 0 | unless $self->dbh and $self->app |
| 58 | 0 | 0 | if (ref $data) { } |
| 75 | 0 | 0 | unless $self->dbh |
| 85 | 0 | 0 | unless $self->dbh |
| 87 | 0 | 0 | if ($data and ref $data eq 'HASH' and keys %$data > 0) |
| 90 | 0 | 0 | unless ref $$data{$table_name} eq 'ARRAY' |