Lines Matching defs:Stats
1917 typedef struct Stats Stats; typedef
1919 struct Stats struct
1921 int n_blocks;
1922 int n_blocks_executed;
1923 int n_blocks_inside_dbus_build_tests;
1925 int n_lines; /* lines that have blocks on them */
1926 int n_lines_executed;
1927 int n_lines_partial;
1928 int n_lines_inside_dbus_build_tests;
1930 int n_functions;
1931 int n_functions_executed;
1932 int n_functions_partial;
1933 int n_functions_inside_dbus_build_tests;