Branch Coverage
blib/lib/Catmandu/Fix/rename.pm
Criterion
Covered
Total
%
branch
5
6
83.3
line
true
false
branch
27
2
2
if
(
is_hash_ref
(
$data
)
)
{
}
1
1
elsif
(
is_array_ref
(
$data
)
)
{
}
31
2
0
if
(
$new
=~
s/$search/$replace/g
)