| blib/lib/Crypt/PKCS11/Attribute/Value.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 1 | 6 | if (scalar @_ == 1 and defined $_[0] and not &Crypt::PKCS11::XS::SvUOK($_[0]) and not &Crypt::PKCS11::XS::SvIOK($_[0])) { } |
| 45 | 1 | 5 | unless (scalar @_) |
| 50 | 3 | 1 | unless (defined $_ and &Crypt::PKCS11::XS::SvUOK($_) and $_ <= 255) |
| 64 | 3 | 3 | unless (defined $$self{'pValue'}) |
| 65 | 1 | 2 | wantarray ? : |
| 68 | 2 | 1 | unless (wantarray) |