| blib/lib/Decode/ARGV.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 11 | 2 | 2 | if (defined $mode and not defined $encoding and $mode ne "strict" and $mode ne "lax") |
| 15 | 4 | 4 | if (defined $mode and $mode eq 'lax') { } |
| 16 | 2 | 2 | if (not defined $encoding or lc $encoding eq 'utf-8') { } |
| 22 | 2 | 2 | if (not defined $encoding or lc $encoding eq 'utf-8') { } |