blib/lib/POE/Component/AI/MegaHAL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 0 | 0 | 1 | defined $params{'autosave'} and $params{'autosave'} eq '0' |
63 | 0 | 4 | 0 | $state =~ /^(do_reply|learn)$/ and not defined $$args{'text'} |
65 | 4 | 0 | 0 | $state eq 'initial_greeting' and defined $$args{'text'} |
67 | 4 | 0 | 0 | $state eq '_cleanup' and defined $$args{'text'} |