| lib/Plack/Session/Store/RedisFast.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 0 | $inflate and $deflate |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 0 | $param{'encoder'} ||= _build_encoder(delete $param{'inflate'}, delete $param{'deflate'}) |
| 75 | 0 | 0 | 0 | eval { do { require Plack::Session::Store::RedisFast::Encoder::JSONXS; $instance = 'Plack::Session::Store::RedisFast::Encoder::JSONXS'->new; 1 } } or do { require Plack::Session::Store::RedisFast::Encoder::MojoJSON; $instance = 'Plack::Session::Store::RedisFast::Encoder::MojoJSON'->new } |