| blib/lib/Crypt/PKCS11/Attribute/CK_DATE.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 4 | 1 | unless (defined $month and defined $day) |
| 37 | 1 | 3 | if (defined $year and $year =~ /^([0-9]{4})-?([0-9]{2})-?([0-9]{2})$/ou) |
| 41 | 2 | 2 | unless (defined $year and defined $month and defined $day) |
| 53 | 1 | 1 | unless (defined $$self{'pValue'}) |