| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include <fas/testing.hpp> 2 : #include <wfcroot/wfcroot.hpp> 3 : 4 : namespace { 5 : 6 3 : UNIT(unit1, "") 7 : { 8 : using namespace fas::testing; 9 1 : auto list = wfc::wfcroot({}); 10 1 : t << equal<expect, size_t>(list.size(), 3) << FAS_FL; 11 1 : } 12 : 13 : } 14 : 15 1 : BEGIN_SUITE(package_suite, "") 16 : ADD_UNIT( unit1 ) 17 7 : END_SUITE(package_suite) |
| Generated by: LCOV version 1.10 |