lib/Asterisk/AGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 21 | 14.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 0 | 0 | 0 | defined $function and ref $function eq 'CODE' |
113 | 0 | 0 | 0 | defined $self->{'callback'} and ref $self->{'callback'} eq 'CODE' |
125 | 0 | 0 | 0 | defined $ret and $ret eq '-1' |
0 | 0 | 0 | defined $ret and $ret eq '-1' and not $self->_hungup | |
155 | 1 | 0 | 0 | $readvars and $response eq '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 0 | 1 | 0 | ref $class || $class |
155 | 0 | 0 | 1 | $readvars and $response eq '' or $response eq 'HANGUP' |