blib/lib/Validation/Class/Mapping.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 14 | 57.1 |
line | true | false | branch |
---|---|---|---|
19 | 1541 | 5043 | if ref $class |
108 | 421 | 58790 | exists $self->{$name} ? : |
126 | 0 | 1541 | unless "REGEXP" eq uc ref $pattern |
137 | 77510 | 58790 | $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 ? : |