line |
!l |
l&&!r |
l&&r |
condition |
133
|
0 |
0 |
0 |
$conf->optionExists('server') and $conf->optionExists('port') |
|
0 |
0 |
0 |
$conf->optionExists('server') and $conf->optionExists('port') and $conf->getOption('server') |
|
0 |
0 |
0 |
$conf->optionExists('server') and $conf->optionExists('port') and $conf->getOption('server') and $conf->getOption('port') |
303
|
0 |
0 |
1 |
@version and $version[0] >= 0 |
|
0 |
0 |
1 |
@version and $version[0] >= 0 and $version[1] >= 4 |
|
0 |
0 |
1 |
@version and $version[0] >= 0 and $version[1] >= 4 and $version[2] > 3 |
|
0 |
0 |
0 |
@version and $version[0] >= 0 |
|
0 |
0 |
0 |
@version and $version[0] >= 0 and $version[1] >= 4 |
|
0 |
0 |
0 |
@version and $version[0] >= 0 and $version[1] >= 4 and $version[2] > 1 |