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

nasa / trick / 26518203775

27 May 2026 02:39PM UTC coverage: 57.313% (+0.4%) from 56.928%
26518203775

Pull #2107

github

web-flow
Merge 8a2734c5b into 1196611f3
Pull Request #2107: Checkpoint in freeze only

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

25 existing lines in 6 files now uncovered.

13080 of 22822 relevant lines covered (57.31%)

296519.58 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