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