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

nasa / trick / 26543350755

27 May 2026 10:49PM UTC coverage: 57.317% (+0.4%) from 56.928%
26543350755

Pull #2107

github

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

42 of 51 new or added lines in 5 files covered. (82.35%)

26 existing lines in 8 files now uncovered.

13089 of 22836 relevant lines covered (57.32%)

297749.43 hits per line

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

42.86
/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)
15✔
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";
×
11
    case ExitMode:       return "ExitMode";
1✔
NEW
12
    default:             return "InvalidMode";
×
13
    }
14
}
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