Branch Coverage

blib/lib/Net/DRI/Protocol/RRP/Connection.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
71 0 0 if defined $newpass and $newpass
100 0 0 if $l =~ /^\.\s*\n?$/
103 0 0 @l ? :
0 0 unless @l and $l[-1] =~ /^\.\s*\n?$/
117 0 0 if (not defined $code && $code == 0) { }
130 0 0 if (not defined $code && $code == 200) { }
132 0 0 defined $code ? :
144 0 0 if (not defined $code && $code == 220) { }
146 0 0 defined $code ? :
158 0 0 if $a[0] =~ /^.+ RRP Server version/
159 0 0 unless $#a > 0
160 0 0 unless $a[-1] =~ /^\.\s*\n?$/
161 0 0 unless $a[0] =~ /^(\d+) (\S.+)$/