Branch Coverage

lib/XML/Compile/C14N.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
48 0 0 if (my $c = $args->{'for'})
49 0 0 index($c, 'http://www.w3.org/2001/10/xml-exc-c14n') == 0 ? :
0 0 index($c, 'http://www.w3.org/2006/12/xml-c14n11') == 0 ? :
0 0 index($c, 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315') == 0 ? :
57 0 0 unless $versions{$version}
63 0 0 if $args->{'schema'}
80 0 0 unless my $features = $features{$type}
84 0 0 $with_exc ? :
98 0 0 if (my $err = $@)
110 0 0 unless $schema->isa('XML::Compile::Cache')