Condition Coverage

lib/Brownie/Driver/SeleniumServer.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $ENV{'SELENIUM_REMOTE_SERVER_HOST'} and $ENV{'SELENIUM_REMOTE_SERVER_PORT'}
113 0 0 0 blessed $base && $base->can('native')
131 0 0 0 blessed $base && $base->can('native')

or 2 conditions

line l !l condition
34 0 0 $ENV{'SELENIUM_BROWSER_NAME'} || 'firefox'

or 3 conditions

line l !l&&r !l&&!r condition
34 0 0 0 $args{'browser_name'} ||= $ENV{'SELENIUM_BROWSER_NAME'} || 'firefox'
66 0 0 0 $$self{'browser'} ||= 'Selenium::Remote::Driver'->new('remote_server_addr', $self->server_host, 'port', $self->server_port, 'browser_name', $self->browser_name)