| blib/lib/Mojolicious/Plugin/ORM/DBIx.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 28 | 39.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 177 | 1 | 0 | 0 | scalar @$conf_dbix_components and not defined $conf_dbix_components->[0] |
| line | l | !l | condition |
|---|---|---|---|
| 164 | 0 | 1 | $conf->{'dbix_components'} // [] |
| 170 | 0 | 1 | $conf->{'connect_params'} // {} |
| 171 | 0 | 1 | $conf->{'codegen_filters'} // [] |
| 172 | 0 | 1 | $conf->{'overwrite'} // 1 |
| 173 | 0 | 1 | $conf->{'loader_options'} // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 167 | 0 | 1 | 0 | $conf->{'lib'} // $app->home->child("lib")->to_string |
| 168 | 0 | 1 | 0 | $conf->{'dsn'} // $DEFAULT_DSN |
| 169 | 0 | 1 | 0 | $conf->{'namespace'} // join("::", ucfirst $app->moniker, "Model") |
| 174 | 0 | 1 | 0 | $conf->{'feature_bundle'} // (exists $conf->{'feature_bundle'} ? undef : "$^V") |
| 175 | 0 | 1 | 0 | $conf->{'tidy_format_skipping'} // (exists $conf->{'tidy_format_skipping'} ? undef : ["#<<<", "#>>>"]) |