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