| blib/lib/Dancer/Plugin/Adapter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 0 | unless ($name) |
| 48 | 0 | 0 | unless my $object_conf = $$conf{$name} |
| 53 | 0 | 0 | unless ($fetch_by_scope{$scope}) |
| 59 | 0 | 0 | if defined $cached |
| 62 | 0 | 0 | unless my $class = $$object_conf{'class'} |
| 65 | 0 | 0 | unless try_load_class($class) |
| 71 | 0 | 0 | defined $options ? : |
| 0 | 0 | ref $options eq 'ARRAY' ? : | |
| 0 | 0 | ref $options eq 'HASH' ? : | |
| 77 | 0 | 0 | unless my $object = eval { do { $class->$new(@options) } } |