| blib/lib/Apache/Session/Store/MongoDB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | $session->{'args'}{$w} || $Apache::Session::Store::MongoDB::default->{$w} |
| 41 | 0 | 0 | 0 | $session->{'args'}{'host'} || $Apache::Session::Store::MongoDB::default->{'host'} |
| 46 | 0 | 0 | 0 | $session->{'args'}{'db_name'} || $Apache::Session::Store::MongoDB::default->{'db_name'} |
| 0 | 0 | 0 | $session->{'args'}{'collection'} || $Apache::Session::Store::MongoDB::default->{'collection'} |