| blib/lib/MySQL/Partition/Type/Range.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 1 | unless $self->catch_all_partition_name |
| 22 | 0 | 1 | unless $self->catch_all_partition_name |
| 32 | 1 | 7 | if (ref $partition_description and ref $partition_description eq 'HASH') |
| 34 | 1 | 0 | if defined $comment |
| 36 | 0 | 1 | unless $partition_description |
| 39 | 3 | 4 | if (not $partition_description =~ /^[0-9]+$/ and $partition_description ne 'MAXVALUE' and not $partition_description =~ /\(/) |
| 43 | 1 | 7 | if $comment |