Condition Coverage

blib/lib/Selenium/CanStartBinary.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 $self->isa('Selenium::Firefox') && !$self->marionette_enabled
198 0 0 0 $self->fixed_ports and $port == 0
257 4 0 0 $self->has_binary_mode and $self->binary_mode

or 3 conditions

line l !l&&r !l&&!r condition
174 4 0 0 exists $args{'remote_server_addr'} || exists $args{'port'}