blib/lib/Crypt/PKCS11/Attribute/Value.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 15 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 2 | 1 | 4 | scalar @_ == 1 and defined $_[0] |
3 | 2 | 2 | scalar @_ == 1 and defined $_[0] and not &Crypt::PKCS11::XS::SvUOK($_[0]) | |
3 | 1 | 1 | scalar @_ == 1 and defined $_[0] and not &Crypt::PKCS11::XS::SvUOK($_[0]) and not &Crypt::PKCS11::XS::SvIOK($_[0]) | |
50 | 1 | 2 | 2 | defined $_ and &Crypt::PKCS11::XS::SvUOK($_) |
3 | 1 | 1 | defined $_ and &Crypt::PKCS11::XS::SvUOK($_) and $_ <= 255 |