EnglishFrenchSpanish

Ad


OnWorks favicon

gcovr - Online in the Cloud

Run gcovr in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gcovr that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gcovr - generate simple coverage reports

SYNOPSIS


gcovr [options]

DESCRIPTION


A utility to run gcov and generate a simple report that summarizes the coverage

OPTIONS


-h, --help
show this help message and exit

--version
Print the version number, then exit

-v, --verbose
Print progress messages

--object-directory=OBJDIR
Specify the directory that contains the gcov data files. gcovr must be able to
identify the path between the *.gcda files and the directory where gcc was
originally run. Normally, gcovr can guess correctly. This option overrides
gcovr's normal path detection and can specify either the path from gcc to the gcda
file (i.e. what was passed to gcc's '-o' option), or the path from the gcda file to
gcc's original working directory.

-o OUTPUT, --output=OUTPUT
Print output to this filename

-k, --keep
Keep the temporary *.gcov files generated by gcov. By default, these are deleted.

-d, --delete
Delete the coverage files after they are processed. These are generated by the
users's program, and by default gcovr does not remove these files.

-f FILTER, --filter=FILTER
Keep only the data files that match this regular expression

-e EXCLUDE, --exclude=EXCLUDE
Exclude data files that match this regular expression

--gcov-filter=GCOV_FILTER
Keep only gcov data files that match this regular expression

--gcov-exclude=GCOV_EXCLUDE
Exclude gcov data files that match this regular expression

-r ROOT, --root=ROOT
Defines the root directory for source files. This is also used to filter the
files, and to standardize the output.

-x, --xml
Generate XML instead of the normal tabular output.

--xml-pretty
Generate pretty XML instead of the normal dense format.

--html Generate HTML instead of the normal tabular output.

--html-details
Generate HTML output for source file coverage.

-b, --branches
Tabulate the branch coverage instead of the line coverage.

-u, --sort-uncovered
Sort entries by increasing number of uncovered lines.

-p, --sort-percentage
Sort entries by decreasing percentage of covered lines.

--gcov-executable=GCOV_CMD
Defines the name/path to the gcov executable [defaults to the GCOV environment
variable, if present; else 'gcov'].

--exclude-unreachable-branches
Exclude from coverage branches which are marked to be excluded by LCOV/GCOV markers
or are determined to be from lines containing only compiler-generated "dead" code.

COPYRIGHT


Copyright (2013) Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with
Sandia Corporation, the U.S. Government retains certain rights in this software.

Use gcovr online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 2
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 3
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 4
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • 5
    strikr
    strikr
    Strikr Free Software project. Artifacts
    released under a 'intent based'
    dual license: AGPLv3 (community) and
    CC-BY-NC-ND 4.0 international
    (commercial)...
    Download strikr
  • 7
    GIFLIB
    GIFLIB
    giflib is a library for reading and
    writing gif images. It is API and ABI
    compatible with libungif which was in
    wide use while the LZW compression
    algorithm was...
    Download GIFLIB
  • More »

Linux commands

Ad