| blib/lib/Respite/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 20 | 15.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 2 | 19 | unless $args |
| 41 | 0 | 0 | %config::config ? : |
| 43 | 0 | 3 | unless "HASH" eq ref $c |
| 50 | 0 | 0 | (my $n = $self->base_class || ref $self || $self || '') =~ /(\w+)$/ ? : |
| 56 | 0 | 0 | ref $def eq 'CODE' ? : |
| 0 | 0 | ref $c->{$name} && exists $c->{$name}{$key} ? : | |
| 0 | 0 | exists $$c{"${name}_$key"} ? : | |
| 0 | 0 | ref $$c{"${name}_service"} && exists $$c{"${name}_service"}{$key} ? : | |
| 0 | 0 | exists $$c{"${name}_service_$key"} ? : | |
| 0 | 0 | exists $self->{$key} ? : |