blib/lib/IOC/Service.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 1 | 2 | 96 | defined $block and ref $block eq 'CODE' |
43 | 3 | 1 | 97 | blessed $container and $container->isa('IOC::Container') |
105 | 0 | 0 | 0 | $_[3] eq '""' and not overload::Method($_[0], $_[3]) |
116 | 2 | 1 | 7 | blessed $service and $service->isa('IOC::Service') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 0 | 72 | 0 | ref $_class || $_class |