Branch Coverage

blib/lib/Dancer2/Session/PSGI.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
64 2 8 if (my $expires = $session->expires)
65 1 1 if ($session->expires < time) { }