Ran
|
Jobs
4
|
Files
69
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Remove redundant \r handling. The HTML parsing spec already handles \r; \r characters will never show up in the parsed DOM. See: http://www.w3.org/TR/html5/syntax.html#preprocessing-the-input-stream (Simply removing \r as the old code did is slightly incorrect: Mac OS 9 and earlier used single \r characters to separate lines. These should be turned into \n, not removed.) Change-Id: I8a90950fb
10944 of 12762 relevant lines covered (85.75%)
90004.94 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 365.1 | 69 |
85.75 |
Travis Job 365.1 | |
2 | 365.2 | 69 |
85.75 |
Travis Job 365.2 | |
3 | 365.3 | 69 |
85.75 |
Travis Job 365.3 | |
4 | 365.4 | 69 |
85.75 |
Travis Job 365.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|