| blib/lib/Catalyst/Plugin/Session/Store/DOD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 0 | if (my($sid) = $key =~ /^expires:(.*)/) { } | 
| 28 | 0 | 0 | if $session | 
| 33 | 0 | 0 | if $session | 
| 43 | 0 | 0 | if (my($sid) = $key =~ /^expires:(.*)/) { } | 
| 51 | 0 | 0 | $session->exists ? : | 
| 56 | 0 | 0 | $key =~ /^(?:session|flash):/ ? : | 
| 66 | 0 | 0 | $session->exists ? : | 
| 75 | 0 | 0 | if $key =~ /^expires/ | 
| 78 | 0 | 0 | if $session | 
| 106 | 0 | 0 | unless ($c->config->{'session'}{'model'}->has_column('id') and $c->config->{'session'}{'model'}->has_column('session_data') and $c->config->{'session'}{'model'}->has_column('expires')) |