blib/lib/Armadito/Agent/Patterns/Matcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 0 | if ($pattern->{'labels'} eq '') { } |
70 | 0 | 0 | unless (defined $labels) |
110 | 0 | 0 | if ($hook->{'label'} eq $label) |
124 | 0 | 0 | unless ($self->_isExcluded($substring)) |
134 | 0 | 0 | if ($substring =~ /$pattern/ms) |
150 | 0 | 0 | if ($matches) |
159 | 0 | 0 | if (my(@matches) = $substring =~ /$pattern->{'regex'}/ms) |