| blib/lib/Mojolicious/Plugin/DBIC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 10 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 88 | 4 | 3 | if (not $schema_conf and $app->can('config')) | 
| 100 | 3 | 4 | if (&blessed($conf) and $conf->isa('DBIx::Class::Schema')) { } | 
| 3 | 1 | elsif (ref $conf eq 'HASH') { } | |
| 105 | 1 | 2 | if (my $e = load_class($class)) | 
| 109 | 1 | 1 | ref $args eq 'ARRAY' ? : |