blib/lib/Business/PhoneBill/Allopass.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 31 | 9.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
252 | 0 | 0 | 0 | $doc_id eq $docid and $code eq $pass |
286 | 0 | 0 | 0 | $docid eq $doc_id and $pass eq $code |
349 | 0 | 0 | 0 | $res and not $res =~ /NOK/ |
0 | 0 | 0 | $res and not $res =~ /NOK/ and not $res =~ /ERR/ | |
0 | 0 | 0 | $res and not $res =~ /NOK/ and not $res =~ /ERR/ and not $res =~ /error/i | |
0 | 0 | 0 | $res and not $res =~ /NOK/ and not $res =~ /ERR/ and not $res =~ /error/i and $c =~ /OK/ |
line | l | !l | condition |
---|---|---|---|
65 | 1 | 0 | shift() || (return 'You must provide writable session file name') |
69 | 0 | 1 | shift() || 60 |
72 | 0 | 1 | $arg{'hhttp'} || '' |
96 | 0 | 0 | shift() || (return 0) |
97 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
234 | 0 | 0 | 0 | $cookies{$docid}->value || $$self{'code'} |