Branch Coverage

blib/lib/VideoLan/Client.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
59 0 0 if (@_)
89 0 0 if (@_)
105 0 0 if (@_)
121 0 0 if (@_)
137 0 0 if (@_)
155 0 0 if (@_)
175 0 0 if (defined $$self{'DEBUG'})
178 0 0 unless $$self{'TELNET'}->open($$self{'HOST'})
179 0 0 unless $$self{'TELNET'}->waitfor('/Password:/')
180 0 0 unless $$self{'TELNET'}->put($$self{'PASSWD'} . "\n")
181 0 0 unless $$self{'TELNET'}->waitfor('/> /')
335 0 0 if ($$self{'HOST'} eq 'localhost') { }