| blib/lib/Data/Sah/Filter/perl/Str/check.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | if (defined $gen_args->{'min_len'}) |
| 63 | 0 | 0 | @check_exprs ? : |
| 65 | 0 | 0 | if (defined $gen_args->{'max_len'}) |
| 67 | 0 | 0 | @check_exprs ? : |
| 69 | 0 | 0 | if (defined $gen_args->{'match'}) |
| 70 | 0 | 0 | ref $gen_args->{'match'} eq 'Regexp' ? : |
| 71 | 0 | 0 | @check_exprs ? : |
| 73 | 0 | 0 | if (defined $gen_args->{'in'}) |
| 75 | 0 | 0 | @check_exprs ? : |
| 77 | 0 | 0 | unless (@check_exprs) |