| blib/lib/XML/Sig/OO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 817 | 2 | 0 | 0 | $self->key_type eq "dsa" and $self->signature_method ne "http://www.w3.org/2000/09/xmldsig#dsa-sha1" |
| 823 | 2 | 0 | 0 | defined $self->key_file and not defined $self->sign_cert |
| 885 | 0 | 0 | 0 | $sig and $digest |
| 1126 | 0 | 0 | 0 | not $self->nocacheck and defined $self->cacert |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 954 | 2 | 0 | 2 | $algo eq "http://www.w3.org/2001/10/xml-exc-c14n#" or $algo eq "http://www.w3.org/2001/10/xml-exc-c14n#WithComments" |