| 41 | } |
| 42 | |
| 43 | bool Algorithm::contain_attribute_any(const Attribute& attr) const { |
| 44 | return static_cast<bool>(attribute() & attr); |
| 45 | } |
| 46 | |
| 47 | void Algorithm::check_attribute( |
| 48 | const Attribute& positive_attr, const Attribute& negative_attr) const { |
no test coverage detected