Ran
|
Jobs
3
|
Files
308
|
Run time
8min
|
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>
19318 of 24264 branches covered (79.62%)
2 of 2 new or added lines in 1 file covered. (100.0%)
30268 of 35660 relevant lines covered (84.88%)
99423.5 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 3171.1 | 154 |
84.88 |
Travis Job 3171.1 | |
2 | 3171.2 | 154 |
84.88 |
Travis Job 3171.2 | |
3 | 3171.3 | 154 |
84.91 |
Travis Job 3171.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|