| blib/lib/Mail/BIMI/App/Command/svgfromvmc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 28 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 0 | if scalar @$args |
| 30 | 0 | 0 | if $opt->domain |
| 31 | 0 | 0 | if $opt->uri |
| 32 | 0 | 0 | if $opt->file |
| 33 | 0 | 0 | if $options == 0 |
| 34 | 0 | 0 | if $options > 1 |
| 35 | 0 | 0 | if $opt->selector and not $opt->domain |
| 56 | 0 | 0 | if $opt->file |
| 60 | 0 | 0 | if ($opt->domain) { } |
| 0 | 0 | elsif ($opt->uri) { } | |
| 0 | 0 | elsif ($opt->file) { } | |
| 74 | 0 | 0 | unless ($svg) |
| 79 | 0 | 0 | if ($opt->output) { } |
| 80 | 0 | 0 | unless write_file($opt->output, $svg) |