Condition Coverage

blib/lib/Authen/SCRAM/Role/Common.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
161 4 13 7 defined $authz && length $authz
211 70 14 3 $k eq 'i' and not $v =~ /^[0-9]+$/

or 3 conditions

line l !l&&r !l&&!r condition
146 12 17 0 $self->_session->{'_auth'} ||= &encode_utf8(join(',', map({$self->_session->{$_};} '_c1b', '_s1', '_c2wop')))
197 0 29 109 $k eq 'a' or $k eq 'n'
211 3 8 87 $k eq 'a' or $k eq 'n'