| blib/lib/Crypt/PKCS11/Attributes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 18 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 159 | 1 | 1 | 1 | blessed $_ and $_->isa('Crypt::PKCS11::Attribute') |
| 180 | 1 | 1 | 1 | blessed $_ and $_->isa('Crypt::PKCS11::Attribute') |
| 222 | 1 | 2 | 5 | ref $_ eq 'HASH' and defined $$_{'type'} |
| 3 | 1 | 4 | ref $_ eq 'HASH' and defined $$_{'type'} and defined $$_{'pValue'} | |
| 3 | 1 | 3 | ref $_ eq 'HASH' and defined $$_{'type'} and defined $$_{'pValue'} and exists $ATTRIBUTE_MAP{$$_{'type'}} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 146 | 1 | 35 | 1 | ref $this || $this |