blib/lib/Selenium/Remote/Mock/RemoteConnection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 8 | 8 | 0 | $self->replay and $self->record |
63 | 8 | 8 | 0 | $self->replay and not $self->replay_file |
65 | 8 | 8 | 0 | not $self->replay and $self->replay_file |
line | l | !l | condition |
---|---|---|---|
115 | 299 | 0 | $resource->{'no_content_success'} // 0 |
135 | 200 | 1 | $self->session_store->{"$method $url $content"} // [] |
157 | 1 | 58 | $mock_return->{'error'} // "" |