lib/Ubic/ServiceLoader/Default.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 24 | unless open my $fh, '<', $file |
25 | 0 | 24 | unless close $fh |
30 | 0 | 24 | if ($@) |
33 | 0 | 24 | unless (&blessed($service)) |
36 | 0 | 24 | unless ($service->isa('Ubic::Service')) |