Branch Coverage
blib/lib/Form/Factory/Control/Choice.pm
Criterion
Covered
Total
%
branch
3
8
37.5
line
true
false
branch
24
0
13
if
(
@_
==
1
and
ref
$_
[
0
]
)
{
}
13
0
elsif
(
@_
==
1
)
{
}
0
0
elsif
(
@_
==
2
)
{
}
38
13
0
unless
defined
$args
{
'label'
}