| line |
l |
!l&&r |
!l&&!r |
condition |
|
148
|
5 |
0 |
0 |
$self || $class |
|
239
|
3 |
1 |
1 |
@args == 1 or @args == 2 |
|
247
|
0 |
0 |
5 |
@args == 2 and not $parms or @args > 2 |
|
|
0 |
0 |
5 |
@args == 2 and not $parms or @args > 2 or not $what |
|
258
|
0 |
3 |
0 |
$self->isopen or $self->open |
|
260
|
0 |
2 |
0 |
$self->isbound or $self->bind |
|
263
|
0 |
1 |
0 |
$self->isconnected or $self->connect |
|
|
1 |
0 |
0 |
$self->isconnected or $self->connect or $self->isconnecting and not $self->blocking |
|
281
|
0 |
0 |
1 |
!ref($parms) || ref $path |
|
|
0 |
0 |
2 |
@_ > 3 or @_ == 3 and !ref($parms) || ref $path |
|
646
|
0 |
0 |
0 |
!ref($parms) || ref $path |
|
|
0 |
0 |
2 |
@_ > 3 or @_ == 3 and !ref($parms) || ref $path |