| blib/lib/CGI/Ajax.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 33 | 3.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 466 | 0 | 0 | 0 | not defined $v and $self->cgi->isa('CGI::Application') |
| 476 | 0 | 0 | 0 | not defined $v and $self->cgi->isa('CGI::Application') |
| 486 | 0 | 0 | 0 | @v == 1 and not defined $v[0] |
| 543 | 0 | 0 | 0 | not defined $html and $self->skip_header == 0 |
| 565 | 0 | 0 | 0 | not defined $html and $self->skip_header == 0 |
| 719 | 0 | 0 | 0 | $cgi->isa('CGI::Application') and $cgi->query =~ /CGI/ |
| 1125 | 0 | 0 | 0 | not defined $rv and $self->skip_header == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 509 | 0 | 0 | 0 | ref($cgi) =~ /CGI.*/ or $$self{'canQuery'} |
| 630 | 0 | 1 | 0 | ref $class || $class |
| 719 | 0 | 0 | 0 | ref($cgi) =~ /CGI.*/ or $cgi->isa('CGI::Application') and $cgi->query =~ /CGI/ |
| 1204 | 0 | 0 | 0 | $0 || $ENV{'SCRIPT_FILENAME'} |