Branch Coverage

blib/lib/Selenium/CanStartBinary.pm
Criterion Covered Total %
branch 5 44 11.3


line true false branch
31 0 0 if ($self->_is_old_ff) { }
54 0 0 if ($self->_real_binary) { }
55 0 0 if ($self->fixed_ports) { }
86 0 0 if ($self->_is_old_ff) { }
90 0 0 if ($self->fixed_ports) { }
174 0 4 if (not exists $args{'remote_server_addr'} || exists $args{'port'}) { }
193 0 0 unless $self->_real_binary
197 0 0 if $port == 4444
198 0 0 if ($self->fixed_ports and $port == 0)
210 0 0 if ($success) { }
225 0 0 unless $self->isa("Selenium::Firefox")
227 0 0 $self->has_firefox_profile ? :
235 0 0 if ($self->_is_old_ff) { }
240 0 0 if $self->has_firefox_profile
253 0 4 unless $self->auto_close
254 0 4 if (defined $self->session_id)
257 0 4 if ($self->has_binary_mode and $self->binary_mode)
275 0 0 if $_
276 0 0 if ($pid)
280 0 0 if $@
317 0 4 if $in_gd
330 0 0 if ($self->has_custom_args)