blib/lib/Catmandu/Fix/Condition/is_true.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 $val or is_number($val) and $val == 1 |