Branch Coverage

blib/lib/Net/AIM/TOC/Message.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
14 0 0 if ($data =~ /^(ERROR):(\d*)(:(.*))?$/) { }
0 0 elsif ($data =~ /^(IM_IN):(\w*):([T|F]):(.*)$/) { }
0 0 elsif ($data =~ /^(UPDATE_BUDDY):(\w*):([T|F]):(\d):(\d+):(\d+):(.*)?$/) { }
0 0 elsif ($data =~ /^(NICK):(.*)$/) { }
0 0 elsif ($data =~ /^(SIGN_ON):(.*)$/) { }
0 0 elsif ($data =~ /^(PAUSE):(.*)$/) { }
0 0 elsif ($data =~ //) { }
93 0 0 if ($$self{'_autoResponse'} eq 'T')
126 0 0 unless ($self->isRecoverable)
145 0 0 if ($$self{'_value'} =~ /^98[0-9]/)