Branch Coverage
blib/lib/Catmandu/Fix/Condition/is_false.pm
Criterion
Covered
Total
%
branch
6
6
100.0
line
true
false
branch
19
1
1
if
(
$self
->
strict
)
{
}
21
2
3
if
is_bool
(
$_
[
0
]
)
27
4
1
unless
is_bool
(
$val
)
and
not
$val
or
is_number
(
$val
)
and
$val
==
0