Condition Coverage

blib/lib/PAGI/Middleware/Session/State/Cookie.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
135 0 0 13 defined $name and $name ne ""

or 2 conditions

line l !l condition
56 12 14 $options{'cookie_name'} //= "pagi_session"
58 12 14 $options{'cookie_options'} //= {"httponly", 1, "path", "/", "samesite", "Lax"}
62 10 16 $options{'expire'} //= 3600
114 5 0 $self->{'cookie_options'}{'path'} // "/"
123 20 0 $scope->{'headers'} // []
138 13 0 $value //= ""
152 16 0 $opts->{'path'} // "/"