| line |
l |
!l&&r |
!l&&!r |
condition |
|
41
|
6 |
1 |
0 |
shift() || croak('No population here') |
|
42
|
5 |
1 |
0 |
shift() || croak('need stuff evaluated') |
|
43
|
4 |
1 |
0 |
shift() || croak('I need to know the new population size') |
|
44
|
3 |
1 |
0 |
shift() || croak('I need the total fitness') |
|
64
|
3 |
1 |
0 |
shift() || croak('No population here') |
|
65
|
2 |
1 |
0 |
shift() || croak('need stuff evaluated') |
|
66
|
1 |
1 |
0 |
shift() || croak('I need to know the new population size') |
|
90
|
4 |
0 |
0 |
shift() || croak('Pool missing') |
|
91
|
4 |
0 |
0 |
shift() || croak('Population size needed') |
|
126
|
3 |
1 |
0 |
shift() || croak('No population') |
|
127
|
2 |
1 |
0 |
shift() || croak('No fitness cache') |