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