| blib/lib/CGI/Session/Driver/DBI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 21 | 9.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 0 | @_ == 0 and ref $self |
| 0 | 0 | 0 | @_ == 0 and ref $self and $$self{'TableName'} | |
| 87 | 0 | 0 | 0 | $sid and $datastr |
| 136 | 0 | 0 | 0 | defined $$self{'Handle'} and $$self{'Handle'}->ping |
| 154 | 1 | 0 | 0 | $coderef and ref $coderef |
| 1 | 0 | 0 | $coderef and ref $coderef and ref $coderef eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | ref $self || $self |