Branch Coverage
blib/lib/Twitter/API/Trait/NormalizeBooleans.pm
Criterion
Covered
Total
%
branch
6
6
100.0
line
true
false
branch
44
2
3
unless
$self
->is_bool
(
$k
)
45
2
1
$args
->{
$k
} ?
:
47
1
2
if
$self
->is_true_only_bool
(
$k
)
and
$args
->{
$k
}
eq
'false'