LCOV - code coverage report
Current view: top level - src/MIDI_Parsers - MIDI_Parser.cpp (source / functions) Hit Total Coverage
Test: 90a1b9beff85a60dc6ebcea034a947a845e56960 Lines: 4 4 100.0 %
Date: 2019-11-30 15:53:32 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #include "MIDI_Parser.hpp"
       2             : 
       3             : BEGIN_CS_NAMESPACE
       4             : 
       5             : #if !IGNORE_SYSEX
       6             : 
       7             : // TODO
       8             : 
       9             : #endif
      10             : 
      11         459 : bool MIDI_Parser::isStatus(uint8_t data) {
      12         459 :     return data & (1 << 7); // TODO
      13             : }
      14             : 
      15          94 : bool MIDI_Parser::isData(uint8_t data) { return (data & (1 << 7)) == 0; }
      16             : 
      17          33 : ChannelMessage MIDI_Parser::getChannelMessage() { return midimsg; }
      18             : 
      19             : END_CS_NAMESPACE

Generated by: LCOV version 1.14-5-g4ff2ed6