Condition Coverage

lib/Web/ComposableRequest/Session.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
54 4 0 2 $self->authenticated and $max_time
4 1 1 $self->authenticated and $max_time and time > $self->updated + $max_time
85 1 1 1 $self->_mid && exists $self->messages->{$self->_mid}