|
Ran
|
Files
124
|
Run time
7s
|
Badge
README BADGES
|
push
travis-ci
Fix onSOL buglet in html2wt introduced by refactor In 4d6aa7245 the code was refactored and `res.match(regexp)` was swapped around to `regexp.test(res)`. Unfortunately, `res` is a `ConstrainedText` class, not a `string`, and `ConstrainedText#match` is a special helper function. Swap it back to fix the inadvertent breakage. Change-Id: Ia6ce1f685
9516 of 12008 branches covered (79.25%)
14753 of 17511 relevant lines covered (84.25%)
30040.17 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|