| blib/lib/CGI/CIPP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 24 | 8.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 1 | -f $filename and -r $filename |
| 0 | 0 | 0 | -f $filename and -r $filename |
| line | l | !l | condition |
|---|---|---|---|
| 37 | 0 | 1 | $par{'debug'} || 0 |
| 0 | 0 | $par{'debug'} || 0 | |
| 337 | 0 | 0 | mkpath($dir, 0, 504) or die "can't create $dir" |
| 0 | 0 | mkpath($dir, 0, 504) or die "can't create $dir" | |
| 534 | 0 | 0 | $$self{'content_type'} || 'text/html' |
| 0 | 0 | $$self{'content_type'} || 'text/html' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 398 | 0 | 0 | 0 | not defined $sub_time or $cache_time > $sub_time |
| 0 | 0 | 0 | not defined $sub_time or $cache_time > $sub_time |