Branch Coverage
blib/lib/LINQ/Database.pm
Criterion
Covered
Total
%
branch
3
6
50.0
line
true
false
branch
16
0
1
if
(
@_
==
1
and
&Scalar::Util::blessed
(
$_
[
0
]
)
)
{
}
28
0
3
if
(
@_
==
1
and
ref
$_
[
0
]
eq
'HASH'
)
{
}
3
0
elsif
(
@_
%
2
==
1
)
{
}