| blib/lib/RADIUS/XMLParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 16 | 68.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 113 | 5436 | 222 | 1 | /^(\s)*$/ and not $begining_skipped |
| 591 | 5437 | 0 | 221 | $line =~ /^[A-Za-z]{3}.*[A-Za-z]{3}/ and $line =~ /[0-9]{2}[:][0-9]{2}[:][0-9]{2}/ |
| line | l | !l | condition |
|---|---|---|---|
| 605 | 222 | 0 | $event{'Acct-Status-Type'} || '' |
| 606 | 222 | 0 | $event{'Acct-Session-Id'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 1 | 0 | ref $this || $this |
| 591 | 221 | 1 | 5215 | $line =~ /^\n/ or $line =~ /^[\t\s]+[\n]?$/ |