Branch Coverage
blib/lib/HTML/FormFu/Processor.pm
Criterion
Covered
Total
%
branch
4
8
50.0
line
true
false
branch
34
0
40
if
(
@_
)
37
0
0
if
(
@_
==
1
)
{
}
47
0
40
if
(
exists
$self
->{
'localize_args'
}
)
52
6
34
if
(
my
$method
=
$self
->can
(
'_localize_args'
)
)