| line |
true |
false |
branch |
|
275
|
0 |
22 |
if (ref $class) |
|
287
|
3 |
25 |
if ($$self{'IO::Capture::status'} ne 'Ready') |
|
297
|
0 |
22 |
unless (ref $self) |
|
311
|
5 |
23 |
unless ($self->_check_pre_conditions) |
|
316
|
0 |
23 |
unless ($self->_save_current_configuration) |
|
323
|
0 |
23 |
unless ($self->_start(@_)) |
|
333
|
4 |
22 |
if ($$self{'IO::Capture::status'} ne 'Busy') |
|
338
|
0 |
22 |
unless ($self->_retrieve_captured_text) |
|
343
|
0 |
22 |
unless ($self->_stop) |
|
373
|
2 |
30 |
if ($$self{'IO::Capture::status'} ne 'Ready') |
|
378
|
6 |
24 |
if $$line_pointer > @$messages |
|
379
|
6 |
18 |
wantarray ? : |
|
406
|
22 |
7 |
if $new_number |