blib/lib/Tapper/Reports/Web/Controller/Tapper/ReportFile/Id.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 0 | if (not $c->stash->{'reportfile'}) { } |
0 | 0 | elsif (not $c->stash->{'reportfile'}->filecontent) { } | |
34 | 0 | 0 | $c->stash->{'reportfile'}->contenttype eq 'plain' ? : |
35 | 0 | 0 | $contenttype =~ /plain/u ? : |
42 | 0 | 0 | if ($viewmode eq 'ansi2txt') { } |
0 | 0 | elsif ($viewmode eq 'ansi2html') { } | |
43 | 0 | 0 | if $disposition eq 'inline' |
48 | 0 | 0 | if $disposition eq 'inline' |
57 | 0 | 0 | if $viewmode eq 'ansi2html' or $viewmode eq 'ansi2txt' |