| blib/lib/Telephony/Asterisk/AMI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 0 | 1 | $args->{'Host'} || 'localhost' |
| 0 | 1 | $args->{'Port'} || 5038 | |
| 0 | 1 | $args->{'ActionID'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 1 | $args->{'Debug_FH'} || ($args->{'Debug'} ? *STDERR : undef) |
| 158 | 7 | 0 | 2 | $response->{'ActionID'} eq $id or $response->{'Response'} eq 'Error' |