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

nasa / trick / 25461807778

06 May 2026 09:20PM UTC coverage: 55.92% (-0.8%) from 56.7%
25461807778

Pull #2011

github

web-flow
Merge 67ccf9fb4 into 7054e405e
Pull Request #2011: Single-file CI and code style adoption

14608 of 26123 relevant lines covered (55.92%)

466427.69 hits per line

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

75.0
/trick_source/sim_services/MemoryManager/MemoryManager_ref_name_from_address.cpp
1
#include "trick/MemoryManager.hh"
2
#include "trick/ClassicCheckPointAgent.hh"
3

4
/**
5
 @par Detailed Description:
6
 */
7
std::string Trick::MemoryManager::ref_name_from_address( void* address) {
55✔
8

9
    std::string result;
55✔
10

11
    Trick::ClassicCheckPointAgent* agent = dynamic_cast<Trick::ClassicCheckPointAgent*>(defaultCheckPointAgent);
55✔
12
    if (agent) {
55✔
13
        result = agent->ref_string_from_ptr( address, NULL, 0);
55✔
14
    } else {
15
        result.clear();
×
16
    }
17
    return (result);
55✔
18
}
×
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