| line | % | coverage | condition |
| 16 | 100 | | $$options{'value'} || 'homeless' |
| 17 | 100 | | $$options{'upstream'} || 0 |
| 18 | 100 | | $$options{'mature'} || 0 |
| 54 | 100 | | $$node_to_pass{'node_name'} eq 'shallows' and $$self{'mature'} and $$self{'time_in_river'} == 1 |
| 55 | 100 | | $$node_to_pass{'node_name'} eq 'rapids' and not $$self{'mature'} and $$self{'time_in_river'} == 1 |
| 57 | 100 | | $$node_to_pass{'node_name'} eq 'net' and $$self{'mature'} |
| 58 | 100 | | $$node_to_pass{'node_name'} eq 'current' and not $$self{'mature'} |
| 60 | 100 | | $$node_to_pass{'node_name'} eq 'bear' and $$self{'mature'} |
| 65 | 100 | | $$node_to_pass{'node_name'} eq 'young bear' and $$self{'mature'} |
| 72 | 100 | | $$node_to_pass{'node_name'} eq 'bird' and not $$self{'mature'} |
| 77 | 100 | | $$node_to_pass{'node_name'} eq 'force field' and $$node_to_pass{'power'} |