Branch Coverage
blib/lib/Object/Depot/Singleton.pm
Criterion
Covered
Total
%
branch
1
4
25.0
line
true
false
branch
71
0
2
if
$DEPOTS
{
$class
}
73
0
0
if
(
@_
==
1
and
&blessed
(
$_
[
0
]
)
and
$_
[
0
]
->isa
(
'Object::Depot'
)
)