Ran
|
Jobs
6
|
Files
113
|
Run time
4min
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/62dcddedc">Fix for typedef'd unnamed class/struct Unlike GCCXML, CastXML creates two distinct XML nodes for a typedef of the form typedef (class|struct) {} foo; The first XML node is an unnamed class/struct and the second is a typedef that refers to the first node. This requires special handling during parsing so that the name of the typedef is propagated to the class/struct. Change-Id: I</a><a class="double-link" href="https://github.com/gccxml/pygccxml/commit/91cc3753d">91cc3753d</a>
36 of 36 new or added lines in 3 files covered. (100.0%)
7970 of 9921 relevant lines covered (80.33%)
4.82 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
94.44 |
-2.78% | unittests/declaration_matcher_tester.py |
12 |
91.37 |
-2.63% | pygccxml/parser/scanner.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 344.1 | 113 |
80.25 |
Travis Job 344.1 | |
2 | 344.2 | 113 |
80.25 |
Travis Job 344.2 | |
3 | 344.3 | 112 |
80.44 |
Travis Job 344.3 | |
4 | 344.4 | 112 |
80.44 |
Travis Job 344.4 | |
5 | 344.5 | 112 |
80.44 |
Travis Job 344.5 | |
6 | 344.6 | 112 |
80.43 |
Travis Job 344.6 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|