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

nasa / trick / 26653412669

29 May 2026 05:56PM UTC coverage: 57.335% (+0.4%) from 56.928%
26653412669

Pull #2107

github

web-flow
Merge 0641f9fd7 into fdaa62f2e
Pull Request #2107: Checkpoint in freeze only

47 of 60 new or added lines in 5 files covered. (78.33%)

26 existing lines in 8 files now uncovered.

13097 of 22843 relevant lines covered (57.33%)

295601.54 hits per line

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

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

2
#include "trick/sim_mode.h"
3

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