blib/lib/Text/Conversation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 30 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
315 | 2 | 1 | 0 | defined $addressee and not exists $$self[2]{$addressee} |
375 | 3 | 0 | 0 | exists $$self[2]{$speaker} and exists $$self[2]{$speaker}{$other} |
390 | 0 | 3 | 0 | exists $$self[2]{$other} and exists $$self[2]{$other}{$speaker} |
518 | 2 | 0 | 1 | $referent and exists $$self[3]{$referent} |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 1 | $args{'thread_buffer'} ||= 30 |
44 | 1 | 0 | $args{'thread_buffer'} || 30 |
0 | 1 | $args{'debug'} || 0 | |
580 | 3 | 0 | @$my_words || 1 |
695 | 2 | 0 | $$self[5]{$stem} || 0 |
696 | 2 | 0 | $$self[6] || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
130 | 0 | 3 | 0 | $addressee_text =~ /^\s*(\S+?)\s*[:,]\s+/ or $addressee_text =~ /^\s*(\S+?)-*\s+/ |
3 | 0 | 0 | $addressee_text =~ /^\s*(\S+?)\s*[:,]\s+/ or $addressee_text =~ /^\s*(\S+?)-*\s+/ or $addressee_text =~ /^\s*t\s+(\S+?)\s+/ |