| blib/lib/String/Ident.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 18 | if @_ > 1 |
| 24 | 7 | 11 | unless defined $self->{'min_len'} |
| 30 | 0 | 8 | if @_ > 1 |
| 32 | 3 | 5 | unless defined $self->{'max_len'} |
| 39 | 7 | 5 | unless builtin::blessed($self) |
| 41 | 4 | 8 | defined $max_len ? : |
| 43 | 0 | 12 | unless defined $text |
| 50 | 8 | 4 | if ($max_len > 0) |