blib/lib/Data/FormValidator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 11 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
982 | 2 | 0 | 0 | $self->{'profiles'} and $self->{'profiles_mtime'} <= $mtime |
1057 | 80 | 2 | 1 | ref $val eq 'HASH' and not grep((ref $val->{'constraint_method'} eq $_), 'CODE', 'Regexp') |
line | l | !l | condition |
---|---|---|---|
311 | 16 | 15 | $data_set->{'validate_invalid'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 0 | 43 | 0 | ref $proto || $proto |