blib/lib/Net/SIP/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 21 | 38.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 1 | 69 | 0 | defined $_[0] && ref $_[0] |
223 | 0 | 0 | 3 | ref $user2pass eq 'ARRAY' and not ref $user2pass->[0] |
263 | 0 | 3 | 0 | $h->{'algorithm'} and lc $h->{'algorithm'} ne 'md5' |
3 | 0 | 0 | $h->{'qop'} and not $h->{'qop'} =~ /(?:^|,\s*)auth(?:$|,)/i | |
332 | 0 | 0 | 3 | defined $1 and $1 <= $rseq |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
263 | 0 | 0 | 3 | lc $a->{'data'} ne 'digest' or $h->{'algorithm'} and lc $h->{'algorithm'} ne 'md5' |
0 | 0 | 3 | lc $a->{'data'} ne 'digest' or $h->{'algorithm'} and lc $h->{'algorithm'} ne 'md5' or $h->{'qop'} and not $h->{'qop'} =~ /(?:^|,\s*)auth(?:$|,)/i |