Condition Coverage

lib/Plack/Session/Store/RedisFast.pm
Criterion Covered Total %
condition 1 11 9.0


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 $inflate and $deflate

or 2 conditions

line l !l condition
25 0 2 delete $param{'builder'} || \&Plack::Session::Store::RedisFast::_build_redis

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 $param{'encoder'} ||= _build_encoder(delete $param{'inflate'}, delete $param{'deflate'})
67 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 }