Questions tagged [bullseye]

Bullseye is a code coverage analyzer which can be used for testing the coverage for C and C++ codes. Code Coverage testing is useful in unit testing, integration testing and final release to be sure that no part of code went out without testing.

Bullseye is a code coverage analyzer which can be used for testing the coverage for and codes. While testing the code one important parameter is the percentage of coverage. The coverage cheeking needs to be performed to be sure that no part of the code if left to test.

Code coverage analysis is done mostly in unit testing, integration testing phase and before final release. This way the reliability and stability of the code is increased.

The salient features of bullseye coverage analyzer is

  1. Complete coverage analysis of C/C++ codes
  2. Include or exclude any portion of your project code, so exact result for unit testing.
  3. Run-time source code included, for custom environments
  4. Integration with Microsoft Visual Studio
75 questions
1
vote
1 answer

How to convert a .cov file to html report using bullshtml.exe?

I have a coverage report and now i am trying to generate an html report using bullshtml.exe. The coverage file is at location "c:/temp/bullseye.cov", bullshtml.exe is also at same location "c:/temp/bullshtml.exe" so doing as…
stack learner
  • 33
  • 2
  • 9
1
vote
1 answer

Turning on/off and saving update of Bullseye

I want to use bullseye code coverage in my dos script. And I have written below code. The test.cov file is created but result is not generated on test.cov. SET MY_LOCAL_COV_FILE=c:\test.cov SET COVFILE=%MY_LOCAL_COV_FILE% SET…
Pbox
  • 85
  • 1
  • 1
  • 11
1
vote
1 answer

Error: Unable to initialize GTK+, is DISPLAY set properly?

I am using HP-UX server for code coverage using bullseye. When I run ./CoverageBrowser binary I am getting below error message. 18:28:01: Error: Unable to initialize GTK+, is DISPLAY set properly? echo $DISPLAY :11.0 I have enabled X11Forwarding as…
giri
  • 21
  • 1
  • 5
1
vote
0 answers

Sonar-runner import xml result from bullseye - taking one week

Would like to ask for your suggestions on why my sonar-runner has been running for almost 1 week, importing xml result outputed from Bullseye. Our c++ code base is rather large, a few millions of code at least. I have tried to increase java heap…
bin h
  • 11
  • 2
1
vote
1 answer

Cannot compile Visual Studio 2013 C++ project with enabled BullseyeCoverage and Casablanca REST SDK

I have Visual Studio 2013 C++ project which leverages Casablanca REST SDK features. Project compiles normally. I have enabled BullseyeCoverage Compile C++ 8.9.50 Windows License XXXX and error appeared in the project: 1> …
paramosh
  • 2,258
  • 1
  • 15
  • 23
1
vote
1 answer

0% coverage with bullseye

I am trying to generate bullseye coverage report after doing blackbox testing. We have an appliance on which we do black box testing, however there is no way to compile libraries on that, so I am following below steps to generate report. However I…
Gaurang Shah
  • 11,764
  • 9
  • 74
  • 137
1
vote
2 answers

Left Ventricle Bull eye (AHA) matplotlib

I was wondering if any one has an implementation of the bull eye for the left ventricle according to the American Heart Association using matplotlib. I want something like this: plotBullEye(data) where data has 17 values, each value correspond to a…
Ariel
  • 151
  • 1
  • 9
1
vote
1 answer

BULLSEYE: No coverage for shared library in linux

Trying to use bullseye for code coverage, below is the requirement - Requirement - Project is in linux - 1. compile project in the host system - It generates multiple shared libraries Say abc.so def.so and xyz.so compile test application to…
user3612144
  • 11
  • 1
  • 3
1
vote
2 answers

Bullseye with Visual

i have issue with bullseye coverage. I need to run bullseye coverage from command line for continious integration. I use commands: covselect.exe --file test.cov --add .\ cov01.exe --on MSBuild /maxcpucount:8 /t:Rebuild /p:Configuration=Release…
dabizharoman
  • 43
  • 1
  • 8
1
vote
2 answers

bullseye coverage, code coverage is 0%

I am very new to Code Coverage and the tools that I am using currently. I was using the bullseye coverage to evaluate the code coverage for a simple "hello world" code. After compiling the code, I tried to open the .cov file and it shows 0% code…
aditya3524
  • 175
  • 2
  • 4
  • 12
1
vote
1 answer

Error occurs while compiling C++ project on VS11 with Bullseye Coverage

Error occurs while compiling C++ project on VS11 with Bullseye Coverage. Error message is: 1>ClCompile: 1> BullseyeCoverage Compile C++ 8.5.4 Windows License 6960 1> Copyright (c) Bullseye Testing Technology 1990-2012 1>c:\Program Files…
user1397558
  • 63
  • 1
  • 9
0
votes
1 answer

The bullseye code coverage browser doesnot have all the source files?

I'm using bullseye code coverage to test the coverage in my mac machine, and built my application using it. When i opened the coverage browser, it has only few cpp files. Many are missing, which are actually the main files. What is the reason for…
Hari Krishna
  • 551
  • 6
  • 21
0
votes
1 answer

Integrate Bullseye Coverage with xcode

Im using bullseye coverage to check the code coverage its pretty good in windows(visual studio), however, now i have to test the code coverage in MAC (xCode), i hav xcode 3.2.5 and latest bullseye coverage tool.. Couldnt find any help topics…
Hari Krishna
  • 551
  • 6
  • 21
0
votes
0 answers

problem with Pyglet on Bullseye and respberry pi 4: Could not create GL context

I'm trying to use pyglet on Raspberry pi 4 (Bullseye) to create a simple window. But at compile time I get the following error message: Could not create GL context. Here is my simple code: import pyglet displays = pyglet.canvas.get_display()…
0
votes
0 answers

Bullseye Coverage Behaviour with relative COVFILE

I have a problem with Bullseye Coverage when using relative COVFILES (or default without COVFILE set). It seems like the coverage result is different when using individual COVFILES and covmerge instead of COVFILE set to an absolute path. The…
Toroid
  • 117
  • 1
  • 7