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