Branch Coverage

blib/lib/Catalyst/View/XSLT/XML/LibXSLT.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
40 0 0 if ($@)
45 0 0 if (exists $$params{'register_function'} and ref $$params{'register_function'} eq 'ARRAY')
87 0 0 if (ref $xml and $xml->isa('GLOB')) { }
0 0 elsif (ref $xml and $xml->isa('XML::LibXML::Document')) { }
0 0 elsif ($xml =~ /\</) { }
97 0 0 if ($template =~ /\</) { }
0 0 elsif (ref $template and $template->isa('GLOB')) { }
0 0 elsif (ref $template and $template->isa('XML::LibXML::Document')) { }