| blib/lib/CGI/Easy/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 1 | 10 | $$r{'ENV'}{'HTTP_REFERER'} || '' |
| 53 | 1 | 10 | unquote_hash($$c{'perm'}) || {} |
| 54 | 2 | 9 | unquote_hash($$c{'temp'}) || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 9 | 1 | 0 | $UG ||= 'Data::UUID'->new |