blib/lib/CGI/XMLApplication.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | l | !l | condition |
---|---|---|---|
76 | 0 | 0 | $level <= $CGI::XMLApplication::DEBUG and scalar @_ |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
208 | 0 | 0 | 0 | exists $$ptrHash{$_} and not $$ptrHash{$_} =~ /^[\s\0]*$/ |
290 | 0 | 0 | 0 | defined $self->passthru and $self->passthru == 1 |
305 | 0 | 0 | 0 | -f $stylesheet and -r $stylesheet |
339 | 0 | 0 | 0 | -f $stylesheet and -r $stylesheet |
375 | 0 | 0 | 0 | %xslparam and scalar keys %xslparam > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | length $self->param($_) || $self->param($_) =~ /^\s*$/ |
228 | 0 | 0 | 0 | !@_ || scalar @_ > 1 |
326 | 0 | 0 | 0 | $@ or not defined $xsl_dom |