LCOV - code coverage report
Current view: top level - tests - package_suite.cpp (source / functions) Hit Total Coverage
Test: wfcroot-coverage.info Lines: 6 6 100.0 %
Date: 2019-09-12 Functions: 10 10 100.0 %

          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