Project Name | WohlSoft/PGE-Project |
---|---|
Lines of code analyzed | 1,177,876 |
On Coverity Scan since | Oct 06, 2016 |
Last build analyzed | a while ago |
Language | C/C++ |
Repository URL | https://github.com/WohlSoft/PGE-Project.git |
Homepage URL | https://github.com/WohlSoft/PGE-Project |
License | GPL (GNU General Public License version ) |
Want to view defects or help fix defects?
Add me to projectVersion: b2a401a
Line of Code (LOC) | Defect Density |
---|---|
Less than 100,000 | 0.35 |
100,000 to 499,999 | 0.5 |
500,000 to 1 million | 0.7 |
More than 1 million | 0.65 |
Note: Defect density is measured by the number of defects per 1,000 lines of code, identified by the Coverity platform. The numbers shown above are from our 2013 Coverity Scan Report, which analyzed 250 million lines of open source code.
Note: Defect density is measured by the number of defects per 1,000 lines of code.
Component Name | Pattern | Ignore | Line of Code | Defect density |
---|---|---|---|---|
Level and world map editor | /Editor/.* | No | 0 | N/A |
Game engine itself | /Engine/.* | No | 48,922 | 0.10 |
BitMask GIF-pair to PNG converter | /GIFs2PNG/.* | No | 0 | N/A |
Utility which fixes lazily-made bit-mask based sprites | /LazyFixTool/.* | No | 0 | N/A |
Maintenance utility which helps to convert or fix various stuff | /Maintainer/.* | No | 0 | N/A |
Simple music player to test music before including into the game | /MusicPlayer/.* | No | 0 | N/A |
PNG to BitMask GIF-pair converter | /PNG2GIFs/.* | No | 0 | N/A |
Playable character sprite calibrator and configurer | /PlayableCalibrator/.* | No | 0 | N/A |
Commonly used code | /_common/.* | No | 30,550 | 0.00 |
SDL Mixer X - a fork of SDL Mixer 2_0 | /_Libs/SDL2_mixer_modified/.* | No | 0 | N/A |
LuaBind library deboostified version (removed dependency from boost library) | /_Libs/luabind/.* | No | 8,249 | 0.24 |
Image processing library | /_Libs/FreeImage/.* | No | 24,269 | 2.10 |
Various documentation and specifications | /Documents/.* | Yes | 0 | N/A |
Optional stuff automatically coping into application directory | /Content/.* | Yes | 0 | N/A |
Miscellaneous stuff, scripts, images, etc_ | /_Misc/.* | Yes | 0 | N/A |
Storage of pre-built and just built dependent libraries | /_Libs/_builds/.* | Yes | 0 | N/A |
Storage of dependent libraries sources to quickly build them | /_Libs/_sources/.* | Yes | 0 | N/A |
blah-blah-blah, standard includes | /usr/include/.* | Yes | 129,564 | N/A |
blah-blah-blah, Qt includes | /home/runner/Qt/5.6.0_static/include/.* | Yes | 0 | N/A |
blah-blah-blah, Qt includes 2 | /home/runner/Qt/5\.6\.0_static/include/.* | Yes | 0 | N/A |
blah-blah-blah, meta-object files | /bin/_build_x64/.* | Yes | 0 | N/A |
Other | .* | No | 936,322 | 0.75 |
ID | CWE-Name | Number of Defects |
---|---|---|
120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | 6 |
190 | Integer Overflow or Wraparound | 16 |
676 | Use of Potentially Dangerous Function | 4 |
Coverity Scan tests every line of code and potential execution path. The root cause of each defect is clearly explained, making it easy to fix bugs.
Would you like to view the project defects, or help improve its quality by fixing defects?
Add me to project