Branch Coverage

blib/lib/Mojolicious/Plugin/TextExceptions.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
15 2 10 unless $format eq 'html'
16 0 10 unless my $template = $args->{'template'}
17 6 4 unless $template eq 'exception'
19 2 2 if ($c->req->headers->user_agent =~ /$ua_re/)