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

nasa / trick / 25129430362

29 Apr 2026 07:28PM UTC coverage: 57.172%. First build
25129430362

Pull #2107

github

web-flow
Merge b236b2543 into 3ebe7e66a
Pull Request #2107: Checkpoint in freeze only

32 of 37 new or added lines in 4 files covered. (86.49%)

12965 of 22677 relevant lines covered (57.17%)

298840.14 hits per line

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

28.57
/trick_source/sim_services/VariableServer/simModeCharString.c
1

2
#include "trick/sim_mode.h"
3

4
const char * simModeCharString(SIM_MODE mode) {
5
    switch (mode)
14✔
6
    {
NEW
7
    case Initialization: return "Initialization";
×
8
    case Run:            return "Run";
14✔
NEW
9
    case Step:           return "Step";
×
NEW
10
    case Freeze:         return "Freeze";
×
NEW
11
    case ExitMode:       return "ExitMode";
×
NEW
12
    default:             return "InvalidMode";
×
13
    }
14
}
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