GCC Code Coverage Report


Directory: ./
File: test/unittest/src/main.cpp
Date: 2024-07-09 12:21:25
Exec Total Coverage
Lines: 3 3 100.0%
Functions: 1 1 100.0%
Branches: 0 0 -%

Line Branch Exec Source
1 /*
2 * Copyright (c) 2024 Muhammad Nawaz
3 * Licensed under the MIT License. See LICENSE file for more information.
4 */
5 // [ END OF LICENSE c6bd0f49d040fca8d8a9cb05868e66aa63f0e2e0 ]
6
7 #include <gtest/gtest.h>
8
9 1 int main(int argc, char** argv)
10 {
11 1 ::testing::InitGoogleTest(&argc, argv);
12 1 return RUN_ALL_TESTS();
13 }
14