| blib/lib/Cake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 30 | 23.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | /^:Engine=(\S+)/ and not $ENGINE |
| 501 | 0 | 0 | 0 | $fh and ref $fh eq 'GLOB' |
| line | l | !l | condition |
|---|---|---|---|
| 172 | 0 | 0 | (caller)[0] || '' |
| 187 | 0 | 3 | $_[0] || \%ENV |
| 302 | 0 | 0 | $return || bless({'c', $self}, $model) |
| 639 | 0 | 0 | $$self{'response'}{'content_type'} || 'text/html' |
| 650 | 3 | 0 | $$self{'response'}{'status_code'} || '200' |
| 659 | 0 | 0 | shift() || 302 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 90 | 0 | 0 | 8 | $INC{$package} || $Cake::Bin |
| 116 | 0 | 1 | 3 | @_ > 1 or ref $_[0] eq 'HASH' |
| 130 | 1 | 2 | 0 | $_[0] || caller |
| 603 | 0 | 0 | 0 | ref $header or not $header =~ /(.*?):(.*?)/ |