Ran
|
Files
154
|
Run time
10s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/a57b0d569">Filter out invalid titles before requesting page properties * Looks like the source of the trouble between Parsoid's title handling and core's title handling is this wikitext. [[Talk::Foo|talk]] is an invalid link with core's Title class because Talk::Foo is an invalid title. But, Parsoid's Title class (derived from the mediawiki-title npm package) treats that as a valid title. Fixing that is outside the scope of this patch and can be addressed as a followup. Filed T237535 for that. Bug: T236864 Co-authored-by: C.Scott Ananian Co-authored-by: Subramanya Sastry Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/da00fc4dd">da00fc4dd</a>
9660 of 12132 branches covered (79.62%)
15139 of 17830 relevant lines covered (84.91%)
34200.28 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
10.46 | lib/api/ParsoidService.js | 255 + 226 | 115 + 100 | 16 + 1 | 99 + 99 | 1.0 | |||
12.61 | lib/api/apiUtils.js | 621 + 595 | 220 + 205 | 45 + 30 | 175 + 175 | 4.0 + 3 | |||
24.14 | bin/diff.html.js | 161 - 8 | 69 - 18 | 19 - 48 | 50 + 30 | 4.0 + 3 | |||
27.5 | lib/language/LanguageSr.js | 91 + 46 | 30 + 9 | 11 + 1 | 19 + 8 | 6.0 + 5 | |||
31.25 | lib/logger/LintLogger.js | 134 + 61 | 54 + 22 | 19 - 12 | 35 + 34 | 85.0 + 79 | |||
32.21 | lib/utils/Diff.js | 333 + 320 | 190 + 183 | 68 + 61 | 122 + 122 | 384.0 + 383 | |||
40.91 | lib/parse.js | 286 + 239 | 122 + 98 | 59 + 35 | 63 + 63 | 1.0 - 4 | |||
45.06 | tools/ScriptUtils.js | 405 + 267 | 88 + 14 | 45 - 24 | 43 + 38 | 4230.0 + 4227 | |||
47.62 | lib/language/Language.js | 63 | 15 | 8 | 7 | 9.0 | |||
52.71 | lib/utils/ContentUtils.js | 277 + 274 | 127 + 126 | 68 + 67 | 59 + 59 | 69288.0 + 69287 |