The number of conditions (errors, warnings and notes) in the list. */
| 722 | The number of conditions (errors, warnings and notes) in the list. |
| 723 | */ |
| 724 | uint cond_count() const |
| 725 | { |
| 726 | return m_warn_list.elements(); |
| 727 | } |
| 728 | |
| 729 | /** Id of the warning information area. */ |
| 730 | ulonglong id() const { return m_warn_id; } |
no test coverage detected