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

nasa / trick / 27163446257

08 Jun 2026 08:00PM UTC coverage: 56.142% (-0.8%) from 56.933%
27163446257

push

github

web-flow
ci: Single file CI and style checks (#2125)

* Replace old ci checks with a single file `ci.yml`

* Update Makefile for code-coverage tests

* Add Java style check to ci

* Update Makefile

14685 of 26157 relevant lines covered (56.14%)

463574.94 hits per line

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

25.0
/trick_source/sim_services/ExternalApplications/MalfunctionsTrickView.cpp
1

2
#include <string>
3

4
#include "trick/MalfunctionsTrickView.hh"
5

6
Trick::MalfunctionsTrickView::MalfunctionsTrickView() {
187✔
7
    command += std::string("trick-mtv");
187✔
8
}
187✔
9

10
std::string Trick::MalfunctionsTrickView::create_arguments_string() {
×
11
    ExternalApplication::create_arguments_string();
×
12

13
    std::ostringstream oss;
×
14

15
    if (host_source != NONE) {
×
16
        oss << " " << host;
×
17
    }
18

19
    if (port_source != NONE) {
×
20
        oss << " " << port;
×
21
    }
22

23
    return oss.str();
×
24
}
×
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