blib/lib/Dist/Zilla/Plugin/InsertExample/FromMojoTemplates.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
43 | 0 | 0 | unless $self->make_examples |
76 | 0 | 0 | if ($content =~ /# \s* EXAMPLE: \s* ($re):(.*) /mx) |
100 | 0 | 0 | if ($config eq 'examples') { } |
0 | 0 | elsif ($config eq 'all') { } | |
0 | 0 | elsif ($config =~ /^ (!)? (\d+) (?:-(\d+))? /x) { } | |
107 | 0 | 0 | defined $1 ? : |
111 | 0 | 0 | unless $exclude |
112 | 0 | 0 | if $exclude |
118 | 0 | 0 | if $all or $want_all_examples |
133 | 0 | 0 | if ($newcontent ne $content) |