Branch Coverage
lib/Params/Profile/Data_FormValidator.pm
Criterion
Covered
Total
%
branch
3
4
75.0
line
true
false
branch
35
2
2
if
(
UNIVERSAL::isa
(
$$profile
{
$key
}
,
'ARRAY'
)
)
{
}
2
0
elsif
(
UNIVERSAL::isa
(
$$profile
{
$key
}
,
'HASH'
)
)
{
}