Ran
|
Files
154
|
Run time
13s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/481bb905f">Assert that template argument whitespace matching succeeds The regexp is changed to avoid the excessive backtracking in some cases. If the match runs up against the `pcre.backtrack_limit`, it fails, which was being ignored. That resulted in the matches array being empty and php notices when trying to access it. Here we prefer an early hard failure. Phan has a `UseReturnValuePlugin` that probably should have caught this but it looks like it special cases `preg_match` and others. Bug: T237103 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/2d352cb0e">2d352cb0e</a>
9659 of 12132 branches covered (79.62%)
15134 of 17830 relevant lines covered (84.88%)
32611.66 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|