| line |
true |
false |
branch |
|
274
|
0 |
1 |
if (ref $class) |
|
286
|
0 |
1 |
if ($$self{'IO::Capture::status'} ne 'Ready') |
|
296
|
0 |
1 |
unless (ref $self) |
|
310
|
0 |
1 |
unless ($self->_check_pre_conditions) |
|
315
|
0 |
1 |
unless ($self->_save_current_configuration) |
|
322
|
0 |
1 |
unless ($self->_start(@_)) |
|
332
|
0 |
0 |
if ($$self{'IO::Capture::status'} ne 'Busy') |
|
337
|
0 |
0 |
unless ($self->_retrieve_captured_text) |
|
342
|
0 |
0 |
unless ($self->_stop) |
|
372
|
0 |
0 |
if ($$self{'IO::Capture::status'} ne 'Ready') |
|
377
|
0 |
0 |
if $$line_pointer > @$messages |
|
378
|
0 |
0 |
wantarray ? : |
|
405
|
1 |
0 |
if $new_number |