| blib/lib/IOC/Visitor/SearchForContainer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 1 | 7 | unless $container_name |
| 30 | 4 | 6 | unless blessed $container and $container->isa('IOC::Container') |
| 39 | 1 | 8 | if $container->hasSubContainer($container_to_find) |
| 49 | 3 | 9 | if $sub_container->hasSubContainers |