LCOV - code coverage report
Current view: top level - shared - Barbarian.cpp (source / functions) Hit Total Coverage
Test: code-coverage.info.cleaned Lines: 8 8 100.0 %
Date: 2023-01-28 00:08:57 Functions: 3 3 100.0 %

          Line data    Source code
       1             : #include <shared.hpp>
       2             : 
       3             : using namespace shared;
       4             : 
       5           1 : void Barbarian::kill()
       6             : {
       7           1 :     this->isAlive = false;
       8           1 : }
       9             : 
      10           1 : ElementEnum Barbarian::getType()
      11             : {
      12           1 :     return ElementEnum::barbarian;
      13             : }
      14             : 
      15          21 : Barbarian::Barbarian()
      16             : {
      17          21 :     this->isAlive = true;
      18          21 : }

Generated by: LCOV version 1.14