| blib/lib/FormValidator/Simple/Profile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 14 | 78.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 48 | 26 | 82 | if (ref $keys) { } | 
| 49 | 26 | 0 | if (ref $keys eq 'HASH') { } | 
| 53 | 25 | 1 | if (ref $params) { } | 
| 75 | 108 | 1 | if (ref $constraints) { } | 
| 77 | 108 | 0 | if (ref $constraints eq 'ARRAY') { } | 
| 82 | 44 | 119 | if ($const->name eq 'NOT_BLANK') { } | 
| 100 | 0 | 1 | if ($const->name eq 'NOT_BLANK') { } |