Completed
Pull Request — master (#2304)
by Arma
07:07
created

st2reactor.sensor.RulesMatcher   A

Complexity

Total Complexity 12

Size/Duplication

Total Lines 48
Duplicated Lines 0 %
Metric Value
wmc 12
dl 0
loc 48
rs 10

4 Methods

Rating   Name   Duplication   Size   Complexity  
A _is_first_pass_rule() 0 2 1
A _split_rules_into_passes() 0 14 3
A __init__() 0 5 1
C get_matching_rules() 0 23 7
1
"""
2
Module that defines the type of sensors supported
3
"""
4