| line |
l |
!l&&r |
!l&&!r |
condition |
|
52
|
0 |
0 |
0 |
ref $class || $class |
|
75
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $FATAL or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $FATAL |
|
82
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $ERROR or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $ERROR |
|
89
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $WARN or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $WARN |
|
96
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $INFO or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $INFO |
|
103
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $DEBUG or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $DEBUG |
|
117
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $FATAL || $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $FATAL |
|
121
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $ERROR || $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $ERROR |
|
125
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $WARN || $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $WARN |
|
129
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $INFO || $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $INFO |
|
133
|
0 |
0 |
0 |
$$self{'_LOG_LEVEL'} >= $DEBUG || $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $DEBUG |