lib/Brownie/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
24 | 10 | 7 | if ($args{'app'}) |
26 | 10 | 0 | if ($server) |
37 | 17 | 0 | if exists $$self{'driver'} |
38 | 10 | 7 | if exists $$self{'server'} |
45 | 12 | 5 | unless ref $opts |
50 | 17 | 0 | unless $$opts{'args'} |
55 | 0 | 10 | unless $app |
95 | 79 | 0 | if ($self->app_host and not $url =~ /^http/) |
104 | 0 | 130 | if (@{$$self{'scopes'};}) { } |
121 | 0 | 130 | if $@ |