| blib/lib/Syccess/ValidatorSimple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 18 | 28 | 0 | 3 | not exists $params{$name} and $self->missing_ok |
| 21 | 0 | 28 | 0 | exists $params{$name} and not defined $params{$name} |
| 28 | 0 | 0 | exists $params{$name} and not defined $params{$name} and $self->undef_ok | |
| 25 | 0 | 0 | 28 | exists $params{$name} and defined $params{$name} |
| 0 | 28 | 0 | exists $params{$name} and defined $params{$name} and $params{$name} eq '' | |
| 28 | 0 | 0 | exists $params{$name} and defined $params{$name} and $params{$name} eq '' and $self->empty_ok |