• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wirenboard / wb-mqtt-mbgate / 79

31 Jul 2026 10:42AM UTC coverage: 69.352% (-1.3%) from 70.692%
79

push

github

web-flow
Use exported vars instead of MAKEFLAGS for coverage options (#62)

706 of 926 branches covered (76.24%)

1188 of 1713 relevant lines covered (69.35%)

11.4 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

25.0
/src/i_modbus_server_observer.cpp
1
#include "modbus_wrapper.h"
2

3
TReplyState IModbusServerObserver::OnGetValue(TStoreType type,
×
4
                                              uint8_t unit_id,
5
                                              uint16_t start,
6
                                              unsigned count,
7
                                              void* data)
8
{
9
    return TReplyState::REPLY_CACHED;
×
10
}
11

12
TReplyState IModbusServerObserver::OnSetValue(TStoreType type,
×
13
                                              uint8_t unit_id,
14
                                              uint16_t start,
15
                                              unsigned count,
16
                                              const void* data)
17
{
18
    return TReplyState::REPLY_OK;
×
19
}
20

21
void IModbusServerObserver::OnCacheAllocate(TStoreType type, uint8_t unit_id, const TModbusCacheAddressRange& cache)
×
22
{}
×
23

24
IModbusServerObserver::~IModbusServerObserver()
60✔
25
{}
60✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc