| blib/lib/Class/StrongSingleton.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 1 | 7 | unless UNIVERSAL::isa((caller)[0], 'Class::StrongSingleton') |
| 19 | 1 | 6 | unless ref $self |
| 23 | 1 | 5 | if exists $instances{$class} |
| 28 | 1 | 4 | unless defined $constructor |
| 51 | 3 | 2 | unless exists $instances{$class} |
| 71 | 11 | 1 | if exists $instances{$class} |