Branch Coverage

blib/lib/Plack/Middleware/Matomo.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
23 0 3 unless $request->method =~ /^get$/i
32 1 2 if ($request->path =~ /$p/)
39 1 2 if ($request->path =~ /$p/)
46 1 2 unless $action
71 1 1 if ($action eq 'download')
99 0 0 if ($hdr->{'Status'} =~ /^2/) { }