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

paulmthompson / WhiskerToolbox / 14342212362

08 Apr 2025 07:43PM UTC coverage: 12.935% (+0.008%) from 12.927%
14342212362

push

github

paulmthompson
clang tidy fixes in data manager files

0 of 153 new or added lines in 15 files covered. (0.0%)

45 existing lines in 8 files now uncovered.

208 of 1608 relevant lines covered (12.94%)

1.26 hits per line

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

0.0
/src/WhiskerToolbox/DataManager/TimeFrame.cpp
1

2
#include "TimeFrame.hpp"
3

NEW
4
TimeFrame::TimeFrame(std::vector<int> const & times)
×
5
{
6
    _times = times;
×
7
    _last_loaded_frame = 0;
×
NEW
8
    _total_frame_count = static_cast<int>(times.size());
×
9
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc