blib/lib/Catalyst/View/XSLT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 48 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
200 | 0 | 0 | 0 | $c->debug and $$config{'DUMP_CONFIG'} |
228 | 0 | 0 | 0 | ref $template and $template->isa('GLOB') |
0 | 0 | 0 | ref $template and not $template->isa('Path::Class::File') | |
250 | 0 | 0 | 0 | exists $$vars{'xml'} and defined $$vars{'xml'} |
259 | 0 | 0 | 0 | ref $template and $xml->isa('GLOB') |
0 | 0 | 0 | ref $xml and not $xml->isa('Path::Class::File') | |
274 | 0 | 0 | 0 | exists $$vars{'additional_register_function'} and ref $$vars{'additional_register_function'} eq 'ARRAY' |
294 | 0 | 0 | 0 | $@ and not defined $processor |
329 | 0 | 0 | 0 | exists $c->stash->{'template'} and defined $c->stash->{'template'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
160 | 0 | 0 | 0 | ref $proto || $proto |
228 | 0 | 0 | 0 | $template =~ /\</ or ref $template and $template->isa('GLOB') |
0 | 0 | 0 | $template =~ /\</ or ref $template and $template->isa('GLOB') or -e $template | |
0 | 0 | 0 | $template =~ /\</ or ref $template and $template->isa('GLOB') or -e $template or ref $template and not $template->isa('Path::Class::File') | |
259 | 0 | 0 | 0 | $xml =~ /\</ or ref $template and $xml->isa('GLOB') |
0 | 0 | 0 | $xml =~ /\</ or ref $template and $xml->isa('GLOB') or -e $xml | |
0 | 0 | 0 | $xml =~ /\</ or ref $template and $xml->isa('GLOB') or -e $xml or ref $xml and not $xml->isa('Path::Class::File') |