Condition Coverage

blib/lib/Plack/Middleware/Auth/Complex.pm
Criterion Covered Total %
condition 7 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
242 19 1 10 $auth and $auth =~ /^Basic (.*)$/isu

or 3 conditions

line l !l&&r !l&&!r condition
83 9 0 3 $ret or $self->{'cache_fail'}
103 4 1 0 $self->{'hmackey'} //= 'Bytes::Random::Secure'->new('NonBlocking', 1)->bytes(512)