blib/lib/XML/Sig/OO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
801 | 25 | 0 | 0 | $self->key_type eq "dsa" and $self->signature_method ne "http://www.w3.org/2000/09/xmldsig#dsa-sha1" |
807 | 20 | 0 | 5 | defined $self->key_file and not defined $self->sign_cert |
869 | 0 | 0 | 21 | $sig and $digest |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
940 | 17 | 0 | 29 | $algo eq "http://www.w3.org/2001/10/xml-exc-c14n#" or $algo eq "http://www.w3.org/2001/10/xml-exc-c14n#WithComments" |