| inc/lib/TestML/Boolean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 14 | 14.2 |
| line | true | false | branch |
|---|---|---|---|
| 10 | 0 | 0 | ${$_[0];} ? : |
| 39 | 0 | 0 | overload::StrVal($_[0]) eq $true_val ? : |
| 0 | 0 | if (not defined $_[0]) { } | |
| 43 | 0 | 0 | overload::StrVal($_[0]) eq $false_val ? : |
| 0 | 0 | if (not defined $_[0]) { } | |
| 48 | 0 | 72 | exists $$bool_vals{overload::StrVal($_[0])} ? : |
| 0 | 72 | if (not defined $_[0]) { } |