Branch Coverage

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


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