travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/1b7a4683d">Fix for differences in nesting of cv-qual types between GCCXML/CastXML There is a difference in behavior between GCCXML and CastXML for cv-qual arrays. GCCXML produces the following nesting of types: -> volatile_t(const_t(array_t)) while CastXML produces the following nesting: -> array_t(volatile_t(const_t)) For both cases, we must unwrap the types, remove const_t, and add back the outer layers. Change-Id: I</a><a class="double-link" href="https://github.com/gccxml/pygccxml/commit/17c1e1b03">17c1e1b03</a>
78 of 78 new or added lines in 3 files covered. (100.0%)
8347 of 10131 relevant lines covered (82.39%)
10.46 hits per line