( filename )
| 109 | |
| 110 | |
| 111 | def IsHeaderFile( filename ): |
| 112 | extension = os.path.splitext( filename )[ 1 ] |
| 113 | return extension in [ '.h', '.hxx', '.hpp', '.hh' ] |
| 114 | |
| 115 | |
| 116 | def GetCompilationInfoForFile( filename ): |
no outgoing calls
no test coverage detected