Ran
|
Jobs
3
|
Files
153
|
Run time
7min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/6fa28acd6">Avoid a O(N^2) blowup when assigning pagebundle ids The id attribute is not indexed in the PHP DOM by default. This caused an O(N^2) blowup. This workaround could still fail if nodes in the pre-pagebundle graph have IDs starting with `mw`, but this should get most cases working. A proper fix probably requires moving to a better PHP DOM implementation (T217867). Bug: T232180 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/e37f48978">e37f48978</a>
9638 of 12139 branches covered (79.4%)
15063 of 17766 relevant lines covered (84.79%)
96946.21 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 3001.1 | 153 |
84.79 |
Travis Job 3001.1 | |
2 | 3001.2 | 153 |
84.79 |
Travis Job 3001.2 | |
3 | 3001.3 | 153 |
84.81 |
Travis Job 3001.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|