blib/lib/Dancer2/Core/Role/SessionFactory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
182 | 0 | 0 | 51 | $data and XXX |
254 | 0 | 0 | 88 | XXX and $session->isa("Dancer2::Core::Session") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
131 | 10032 | 15 | 0 | $CPRNG ||= "Math::Random::ISAAC::XS"->new(map({unpack "N", Crypt::URandom::urandom(4);} 1..256)) |