Branch Coverage
blib/lib/Log/Dispatch/MongoDB.pm
Criterion
Covered
Total
%
branch
0
2
0.0
line
true
false
branch
29
0
0
unless
exists
$params
{
'collection'
}
and
blessed
(
$params
{
'collection'
}
)
and
$params
{
'collection'
}
->isa
(
'MongoDB::Collection'
)