line |
l |
!l&&r |
!l&&!r |
condition |
55
|
0 |
3 |
0 |
ref $self || $self |
68
|
3 |
0 |
0 |
shift() || confess('Error: Client not found') |
69
|
3 |
0 |
0 |
shift() || confess('Error: Configuration not found') |
137
|
3 |
0 |
0 |
$self->getConfiguration || confess('Error: Configuration not found') |
273
|
3 |
0 |
0 |
$configuration->getOption($client, 'port') || confess('Error: Expecting nonzero port!') |
274
|
3 |
0 |
0 |
$configuration->getOption($client, 'server') || confess('Error: Expecting nonzero host!') |
315
|
18 |
0 |
0 |
shift() || confess('option not found') |
326
|
3 |
0 |
0 |
shift() || confess('option not found') |