Branch Coverage

blib/lib/Dancer2/Plugin/Adapter.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
35 0 0 unless ($name)
42 0 0 unless my $object_conf = $$conf{$name}
47 0 0 unless ($fetch_by_scope{$scope})
53 0 0 if defined $cached
56 0 0 unless my $class = $$object_conf{'class'}
59 0 0 unless try_load_class($class)
65 0 0 defined $options ? :
0 0 ref $options eq 'ARRAY' ? :
0 0 ref $options eq 'HASH' ? :
71 0 0 unless my $object = eval { do { $class->$new(@options) } }