| blib/lib/Apache/Session/Store/MongoDB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | if defined $self->{'collection'} |
| 37 | 0 | 0 | unless defined $conn_args->{$w} |
| 41 | 0 | 0 | unless my $s = 'MongoDB'->connect($session->{'args'}{'host'} || $Apache::Session::Store::MongoDB::default->{'host'}, $conn_args) |
| 52 | 0 | 0 | unless $session->{'data'}{'_session_id'} |
| 68 | 0 | 0 | if ($session->{'data'}{'_session_id'}) { } |