|
Ran
|
Files
124
|
Run time
7s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/340120ea5">Optimize and fix bugs in Wt2Html/PP/Handlers/HandleLinkNeighbours * $value['content'] can be empty array, we should skip it * bug: "+=" PHP operator is not the same as JS "concat" operator for array * $prefix and $trail can be null, empty array or array of DOMNode empty and foreach should be much faster then count operator * !empty( $prefix['src'] ) shouold be much faster then mb_strlen * $baseAbout can be a string only (can't be null) * $dataMW->parts can be undefined * call mb_strlen only once for the same value Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/953685aac">953685aac</a>
9561 of 12054 branches covered (79.32%)
14773 of 17540 relevant lines covered (84.22%)
31387.45 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|