blib/lib/File/Name/Check.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
16 | 1 | 2 | @_ > 1 ? : |
3 | 2 | @_ ? : | |
23 | 1 | 0 | if ($self->safechars($path) and $self->caseunique($path)) |
34 | 2 | 0 | if $file =~ /^[0-9a-zA-Z_.-]+$/ |
67 | 2 | 0 | if scalar @files == 1 |
74 | 1 | 2 | if ($bytes ne encode($encoding, decode($encoding, $bytes))) { } |