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

polserver / polserver / 28964407401

08 Jul 2026 05:58PM UTC coverage: 61.276% (+0.3%) from 60.927%
28964407401

push

github

web-flow
Split bobject header  (#892)

* splitted bobject header

* fixed runecl

* crashfix

* missing header

* more missing (debug build)

* runecl debug include

* renamed contiter, moved formating

* removed more unused headers

1145 of 1517 new or added lines in 23 files covered. (75.48%)

217 existing lines in 4 files now uncovered.

44972 of 73392 relevant lines covered (61.28%)

557151.3 hits per line

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

40.0
/pol-core/bscript/bapplicobj.cpp
1
#include "bapplicobj.h"
2

3
#include <ostream>
4

5
namespace Pol::Bscript
6
{
7
std::string BApplicObjBase::getStringRep() const
210✔
8
{
9
  return std::string( "<appobj:" ) + typeOf() + ">";
420✔
10
}
11

NEW
12
void BApplicObjBase::printOn( std::ostream& os ) const
×
13
{
NEW
14
  os << getStringRep();
×
NEW
15
}
×
16
}  // namespace Pol::Bscript
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