Skip to content

Instantly share code, notes, and snippets.

@SirWrexes
Last active November 18, 2019 16:51
Show Gist options
  • Save SirWrexes/0b6ee419098e95e26cb867a4d74b4425 to your computer and use it in GitHub Desktop.
Save SirWrexes/0b6ee419098e95e26cb867a4d74b4425 to your computer and use it in GitHub Desktop.
[Libfox: datastruct | 1/8 | 12.50%] Delete compiledb
[Libfox: datastruct | 2/8 | 25.00%] Delete objects
[Libfox: datastruct | 3/8 | 37.50%] Delete dependency files
[Libfox: datastruct | 4/8 | 50.00%] Delete coverage files
[Libfox: datastruct | 5/8 | 62.50%] Delete libfox_datastruct.a
[Libfox: datastruct | 6/8 | 75.00%] Delete utests_datastruct
[Libfox: datastruct | 7/8 | 87.50%] Delete debug_datastruct
[Libfox: datastruct | 8/8 | 100.00%] Delete progress bar script
[Libfox: io | 1/8 | 12.50%] Delete compiledb
[Libfox: io | 2/8 | 25.00%] Delete objects
[Libfox: io | 3/8 | 37.50%] Delete dependency files
[Libfox: io | 4/8 | 50.00%] Delete coverage files
[Libfox: io | 5/8 | 62.50%] Delete libfox_io.a
[Libfox: io | 6/8 | 75.00%] Delete utests_io
[Libfox: io | 7/8 | 87.50%] Delete debug_io
[Libfox: io | 8/8 | 100.00%] Delete progress bar script
[Libfox: math | 1/8 | 12.50%] Delete compiledb
[Libfox: math | 2/8 | 25.00%] Delete objects
[Libfox: math | 3/8 | 37.50%] Delete dependency files
[Libfox: math | 4/8 | 50.00%] Delete coverage files
[Libfox: math | 5/8 | 62.50%] Delete libfox_math.a
[Libfox: math | 6/8 | 75.00%] Delete utests_math
[Libfox: math | 7/8 | 87.50%] Delete debug_math
[Libfox: math | 8/8 | 100.00%] Delete progress bar script
[Libfox: std | 1/8 | 12.50%] Delete compiledb
[Libfox: std | 2/8 | 25.00%] Delete objects
[Libfox: std | 3/8 | 37.50%] Delete dependency files
[Libfox: std | 4/8 | 50.00%] Delete coverage files
[Libfox: std | 5/8 | 62.50%] Delete libfox_std.a
[Libfox: std | 6/8 | 75.00%] Delete utests_std
[Libfox: std | 7/8 | 87.50%] Delete debug_std
[Libfox: std | 8/8 | 100.00%] Delete progress bar script
[Libfox: string | 1/8 | 12.50%] Delete compiledb
[Libfox: string | 2/8 | 25.00%] Delete objects
[Libfox: string | 3/8 | 37.50%] Delete dependency files
[Libfox: string | 4/8 | 50.00%] Delete coverage files
[Libfox: string | 5/8 | 62.50%] Delete libfox_string.a
[Libfox: string | 6/8 | 75.00%] Delete utests_string
[Libfox: string | 7/8 | 87.50%] Delete debug_string
[Libfox: string | 8/8 | 100.00%] Delete progress bar script
[Libfox: datastruct | 1/1 | 100.00%] TEST REPORT
[====] Synthesis: Tested: 37 | Passing: 37 | Failing: 0 | Crashing: 0 
------------------------------------------------------------------------------
GCC Code Coverage Report
Directory: .
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
src/list/list_addnode.c 12 12 100%
src/list/list_autodestructor.c 5 5 100%
src/list/list_create.c 8 8 100%
src/list/list_destroy.c 10 10 100%
src/list/node_create.c 9 9 100%
src/list/node_destroy.c 7 7 100%
src/stack/stack_autodestructor.c 5 5 100%
src/stack/stack_create.c 7 7 100%
src/stack/stack_destroy.c 14 14 100%
src/stack/stack_pop.c 12 12 100%
src/stack/stack_push.c 24 24 100%
src/tree/tnode_create.c 12 12 100%
src/tree/tnode_destroy.c 13 13 100%
src/tree/tree_autodestructor.c 5 5 100%
src/tree/tree_create.c 7 7 100%
src/tree/tree_destroy.c 6 6 100%
------------------------------------------------------------------------------
TOTAL 156 156 100%
------------------------------------------------------------------------------
lines: 100.0% (156 out of 156)
branches: 98.4% (61 out of 62)
[Libfox: io | 1/1 | 100.00%] TEST REPORT
[====] Synthesis: Tested: 36 | Passing: 36 | Failing: 0 | Crashing: 0 
------------------------------------------------------------------------------
GCC Code Coverage Report
Directory: .
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
src/fox_asputchar.c 5 5 100%
src/fox_asputchar_oct.c 5 5 100%
src/fox_asputnbr.c 5 5 100%
src/fox_asputstr.c 7 7 100%
src/fox_asputstr_np.c 11 11 100%
src/fox_asputunbr.c 5 5 100%
src/fox_asputunbr_base.c 9 9 100%
src/fox_dputchar.c 2 2 100%
src/fox_dputchar_oct.c 10 10 100%
src/fox_dputnbr.c 13 13 100%
src/fox_dputstr.c 4 4 100%
src/fox_dputstr_np.c 12 12 100%
src/fox_dputunbr.c 12 12 100%
src/fox_dputunbr_base.c 14 14 100%
src/fox_sputchar.c 4 4 100%
src/fox_sputchar_oct.c 14 14 100%
src/fox_sputnbr.c 14 14 100%
src/fox_sputstr.c 2 2 100%
src/fox_sputstr_np.c 13 13 100%
src/fox_sputunbr.c 11 11 100%
src/fox_sputunbr_base.c 13 13 100%
------------------------------------------------------------------------------
TOTAL 185 185 100%
------------------------------------------------------------------------------
lines: 100.0% (185 out of 185)
branches: 100.0% (86 out of 86)
[Libfox: math | 1/1 | 100.00%] TEST REPORT
[====] Synthesis: Tested: 8 | Passing: 8 | Failing: 0 | Crashing: 0 
------------------------------------------------------------------------------
GCC Code Coverage Report
Directory: .
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
src/fox_numsize.c 8 8 100%
src/fox_unumsize.c 8 8 100%
src/fox_verifbase.c 15 15 100%
------------------------------------------------------------------------------
TOTAL 31 31 100%
------------------------------------------------------------------------------
lines: 100.0% (31 out of 31)
branches: 100.0% (16 out of 16)
[Libfox: std | 1/1 | 100.00%] TEST REPORT
[====] Synthesis: Tested: 7 | Passing: 7 | Failing: 0 | Crashing: 0 
------------------------------------------------------------------------------
GCC Code Coverage Report
Directory: .
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
src/fox_strtol.c 28 28 100%
------------------------------------------------------------------------------
TOTAL 28 28 100%
------------------------------------------------------------------------------
lines: 100.0% (28 out of 28)
branches: 100.0% (22 out of 22)
[Libfox: string | 1/1 | 100.00%] TEST REPORT
[====] Synthesis: Tested: 22 | Passing: 22 | Failing: 0 | Crashing: 0 
------------------------------------------------------------------------------
GCC Code Coverage Report
Directory: .
------------------------------------------------------------------------------
File Lines Exec Cover Missing
------------------------------------------------------------------------------
src/fox_isinstr.c 6 6 100%
src/fox_revstr.c 7 7 100%
src/fox_strcmp.c 9 9 100%
src/fox_strcpy.c 6 6 100%
src/fox_strcspn.c 5 5 100%
src/fox_strdup.c 5 5 100%
src/fox_strlen.c 18 18 100%
src/fox_strncmp.c 10 10 100%
src/fox_strncpy.c 6 6 100%
src/fox_strspn.c 5 5 100%
------------------------------------------------------------------------------
TOTAL 77 77 100%
------------------------------------------------------------------------------
lines: 100.0% (77 out of 77)
branches: 100.0% (48 out of 48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment