| /usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/auto/share/dist/Alien-Kiwisolver/include/kiwi/expression.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 6 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 4291 | 0 | Expression(const Term &term, double constant = 0.0) : m_terms(1, term), m_constant(constant) {} |
| 46 | 5 | 2 | for (const Term &term : m_terms) |
| 47 | 5 | 0 | result += term.value(); |