| blib/lib/Mojolicious/Plugin/Export.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 18 | 72.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 142 | 6 | 2 | 0 | $opt->{'base'} and $opt->{'base'} =~ m[^[^/]]u | 
| 186 | 0 | 5 | 25 | $type and $type =~ m[^text/html]u | 
| 5 | 0 | 25 | $type and $type =~ m[^text/html]u and my $dom = $res->dom | |
| 240 | 46 | 7 | 5 | $opt->{'base'} and $url =~ m[^/]u | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 121 | 3 | 0 | 0 | $config->{$key} // $plugin_conf->{$key} | 
| 139 | 14 | 12 | 6 | $opt->{$key} //= $self->$key |