LCOV - code coverage report
Current view: top level - src/util - ADT.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2025-03-25 01:19:55 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include <mutable/util/ADT.hpp>
       2                 :            : 
       3                 :            : 
       4                 :            : using namespace m;
       5                 :            : 
       6                 :            : M_LCOV_EXCL_START
       7                 :            : void SmallBitset::dump(std::ostream &out) const { out << *this << std::endl; }
       8                 :            : void SmallBitset::dump() const { dump(std::cerr); }
       9                 :            : M_LCOV_EXCL_STOP

Generated by: LCOV version 1.16