Branch Coverage
blib/lib/List/Enumerator.pm
Criterion
Covered
Total
%
branch
6
6
100.0
line
true
false
branch
19
35
267
if
(
ref
$args
[
0
]
eq
'ARRAY'
)
{
}
6
261
elsif
(
ref
$args
[
0
]
eq
'HASH'
)
{
}
17
244
elsif
(
ref
(
$args
[
0
]
)
=~
/^List::Enumerator/
)
{
}