travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/5eb5bfd73">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