Condition Coverage

lib/Plack/Middleware/Validate_Google_IAP_JWT.pm
Criterion Covered Total %
condition 3 6 50.0


and 3 conditions

line !l l&&!r l&&r condition
87 0 2 1 $self->{'guest_subpath'} and substr($env->{'PATH_INFO'}, 0, length $self->{'guest_subpath'}) eq $self->{'guest_subpath'}
148 1 0 0 $self->{'_iap_public_key'} and time + 10 < $self->{'_expires_at'}