| blib/lib/FormValidator/Simple/Messages.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 18 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 0 | 0 | 2 | -e $data and -f _ |
| 0 | 0 | 2 | -e $data and -f _ and -r _ | |
| 52 | 27 | 8 | 0 | $self->decode_from and not &Encode::is_utf8($msg) |
| 67 | 0 | 0 | 35 | $action and exists $$data{$action} |
| 86 | 0 | 0 | 3 | exists $$data{'DEFAULT'} and exists $$data{'DEFAULT'}{$name} |
| 88 | 0 | 0 | 0 | exists $$data{'DEFAULT'} and exists $$data{'DEFAULT'}{$name} |