| blib/lib/Validation/Class/Mapping.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 1535 | 4989 | if ref $class |
| 108 | 326 | 58279 | exists $self->{$name} ? : |
| 126 | 0 | 1535 | unless 'REGEXP' eq uc ref $pattern |
| 137 | 76937 | 58279 | $self->defined($name) || $self->exists($name) ? : |
| 156 | 0 | 0 | unless grep {$function eq $_;} 'sort', 'rsort', 'nsort', 'rnsort' |
| 164 | 0 | 0 | unless defined $keys[$i] |
| 280 | 0 | 2 | 'CODE' eq ref $code ? : |