blib/lib/Perl/Lint/Filter/LikePerlCritic/Brutal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 10 | 10 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 14 | 15 | 93.3 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Perl::Lint::Filter::LikePerlCritic::Brutal; | ||||||
2 | 3 | 3 | 808 | use strict; | |||
3 | 3 | ||||||
3 | 63 | ||||||
3 | 3 | 3 | 9 | use warnings; | |||
3 | 1 | ||||||
3 | 50 | ||||||
4 | 3 | 3 | 7 | use utf8; | |||
3 | 3 | ||||||
3 | 10 | ||||||
5 | |||||||
6 | sub filter { | ||||||
7 | 7 | 7 | 0 | 786 | return []; | ||
8 | } | ||||||
9 | |||||||
10 | 1; | ||||||
11 |