| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPrinterPagedPaintDevicePrivate::setPageOrientation| Name: | QPrinterPagedPaintDevicePrivate::setPageOrientation | | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 267-276 |
| | 3 | 1 |
QPrinterPrivate::setProperty| Name: | QPrinterPrivate::setProperty | | Prototype: | void QPrinterPrivate::setProperty(QPrintEngine::PrintEnginePropertyKey key, const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 215-219 |
| | 2 | 1 |
QProcess::QProcess| Name: | QProcess::QProcess | | Prototype: | QProcess::QProcess(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1240-1246 |
| | 5 | 1 |
QProcess::arguments| Name: | QProcess::arguments | | Prototype: | QStringList QProcess::arguments() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2320-2324 |
| | 2 | 1 |
QProcess::atEnd| Name: | QProcess::atEnd | | Prototype: | bool QProcess::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1705-1708 |
| | 1 | 1 |
QProcess::bytesAvailable| Name: | QProcess::bytesAvailable | | Prototype: | qint64 QProcess::bytesAvailable() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1719-1722 |
| | 1 | 1 |
QProcess::bytesToWrite| Name: | QProcess::bytesToWrite | | Prototype: | qint64 QProcess::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1726-1733 |
| | 2 | 1 |
QProcess::canReadLine| Name: | QProcess::canReadLine | | Prototype: | bool QProcess::canReadLine() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1678-1681 |
| | 1 | 1 |
QProcess::closeReadChannel| Name: | QProcess::closeReadChannel | | Prototype: | void QProcess::closeReadChannel(ProcessChannel channel) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1387-1395 |
| | 4 | 2 |
QProcess::closeWriteChannel| Name: | QProcess::closeWriteChannel | | Prototype: | void QProcess::closeWriteChannel() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1415-1421 |
| | 4 | 2 |
QProcess::environment| Name: | QProcess::environment | | Prototype: | QStringList QProcess::environment() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1785-1789 |
| | 2 | 1 |
QProcess::error| Name: | QProcess::error | | Prototype: | QProcess::ProcessError QProcess::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1740-1744 |
| | 2 | 1 |
QProcess::exitCode| Name: | QProcess::exitCode | | Prototype: | int QProcess::exitCode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2385-2389 |
| | 2 | 1 |
QProcess::exitStatus| Name: | QProcess::exitStatus | | Prototype: | QProcess::ExitStatus QProcess::exitStatus() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2400-2404 |
| | 2 | 1 |
QProcess::inputChannelMode| Name: | QProcess::inputChannelMode | | Prototype: | QProcess::InputChannelMode QProcess::inputChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1332-1336 |
| | 2 | 1 |
QProcess::isSequential| Name: | QProcess::isSequential | | Prototype: | bool QProcess::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1712-1715 |
| | 1 | 1 |
QProcess::kill| Name: | QProcess::kill | | Prototype: | void QProcess::kill() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2374-2378 |
| | 2 | 1 |
QProcess::nullDevice| Name: | QProcess::nullDevice | | Prototype: | QString QProcess::nullDevice() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2593-2600 |
| | 0 | 2 |
QProcess::nullDevice::[lambda]| Name: | QProcess::nullDevice::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2598-2598 |
| | 0 | 1 |
QProcess::pid| Name: | QProcess::pid | | Prototype: | Q_PID QProcess::pid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1650-1654 |
| | 2 | 1 |
QProcess::processChannelMode| Name: | QProcess::processChannelMode | | Prototype: | QProcess::ProcessChannelMode QProcess::processChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1302-1306 |
| | 2 | 1 |
QProcess::processId| Name: | QProcess::processId | | Prototype: | qint64 QProcess::processId() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1662-1670 |
| | 2 | 1 |
QProcess::program| Name: | QProcess::program | | Prototype: | QString QProcess::program() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2289-2293 |
| | 2 | 1 |
QProcess::readAllStandardError| Name: | QProcess::readAllStandardError | | Prototype: | QByteArray QProcess::readAllStandardError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2040-2047 |
| | 5 | 1 |
QProcess::readAllStandardOutput| Name: | QProcess::readAllStandardOutput | | Prototype: | QByteArray QProcess::readAllStandardOutput() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2024-2031 |
| | 5 | 1 |
QProcess::readChannel| Name: | QProcess::readChannel | | Prototype: | QProcess::ProcessChannel QProcess::readChannel() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1358-1362 |
| | 2 | 1 |
QProcess::readChannelMode| Name: | QProcess::readChannelMode | | Prototype: | QProcess::ProcessChannelMode QProcess::readChannelMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1277-1280 |
| | 1 | 1 |
QProcess::readData| Name: | QProcess::readData | | Prototype: | qint64 QProcess::readData(char *data, qint64 maxlen) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1961-1970 |
| | 7 | 3 |
QProcess::setEnvironment| Name: | QProcess::setEnvironment | | Prototype: | void QProcess::setEnvironment(const QStringList &environment) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1771-1774 |
| | 1 | 1 |
QProcess::setInputChannelMode| Name: | QProcess::setInputChannelMode | | Prototype: | void QProcess::setInputChannelMode(InputChannelMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1347-1351 |
| | 2 | 1 |
QProcess::setProcessChannelMode| Name: | QProcess::setProcessChannelMode | | Prototype: | void QProcess::setProcessChannelMode(ProcessChannelMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1319-1323 |
| | 2 | 1 |
QProcess::setProcessEnvironment| Name: | QProcess::setProcessEnvironment | | Prototype: | void QProcess::setProcessEnvironment(const QProcessEnvironment &environment) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1803-1807 |
| | 2 | 1 |
QProcess::setProcessState| Name: | QProcess::setProcessState | | Prototype: | void QProcess::setProcessState(ProcessState state) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1930-1937 |
| | 5 | 2 |
QProcess::setReadChannel| Name: | QProcess::setReadChannel | | Prototype: | void QProcess::setReadChannel(ProcessChannel channel) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1372-1375 |
| | 1 | 1 |
QProcess::setReadChannelMode| Name: | QProcess::setReadChannelMode | | Prototype: | void QProcess::setReadChannelMode(ProcessChannelMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1289-1292 |
| | 1 | 1 |
QProcess::setStandardErrorFile| Name: | QProcess::setStandardErrorFile | | Prototype: | void QProcess::setStandardErrorFile(const QString &fileName, OpenMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1503-1510 |
| | 4 | 1 |
QProcess::setStandardInputFile| Name: | QProcess::setStandardInputFile | | Prototype: | void QProcess::setStandardInputFile(const QString &fileName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1444-1448 |
| | 2 | 1 |
QProcess::setStandardOutputFile| Name: | QProcess::setStandardOutputFile | | Prototype: | void QProcess::setStandardOutputFile(const QString &fileName, OpenMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1476-1483 |
| | 4 | 1 |
QProcess::setStandardOutputProcess| Name: | QProcess::setStandardOutputProcess | | Prototype: | void QProcess::setStandardOutputProcess(QProcess *destination) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1524-1530 |
| | 4 | 1 |
QProcess::setWorkingDirectory| Name: | QProcess::setWorkingDirectory | | Prototype: | void QProcess::setWorkingDirectory(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1632-1636 |
| | 2 | 1 |
QProcess::start| Name: | QProcess::start | | Prototype: | void QProcess::start(const QString &command, OpenMode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2267-2279 |
| | 7 | 2 |
QProcess::startDetached| Name: | QProcess::startDetached | | Prototype: | bool QProcess::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2479-2488 |
| | 4 | 1 |
QProcess::startDetached| Name: | QProcess::startDetached | | Prototype: | bool QProcess::startDetached(const QString &program, const QStringList &arguments) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2493-2497 |
| | 1 | 1 |
QProcess::startDetached| Name: | QProcess::startDetached | | Prototype: | bool QProcess::startDetached(const QString &command) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2512-2521 |
| | 5 | 2 |
QProcess::state| Name: | QProcess::state | | Prototype: | QProcess::ProcessState QProcess::state() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1751-1755 |
| | 2 | 1 |
QProcess::systemEnvironment| Name: | QProcess::systemEnvironment | | Prototype: | QStringList QProcess::systemEnvironment() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2554-2562 |
| | 6 | 2 |
QProcess::terminate| Name: | QProcess::terminate | | Prototype: | void QProcess::terminate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2360-2364 |
| | 2 | 1 |
QProcess::waitForBytesWritten| Name: | QProcess::waitForBytesWritten | | Prototype: | bool QProcess::waitForBytesWritten(int msecs) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1872-1887 |
| | 11 | 4 |
QProcess::waitForFinished| Name: | QProcess::waitForFinished | | Prototype: | bool QProcess::waitForFinished(int msecs) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1908-1923 |
| | 11 | 4 |
QProcess::waitForReadyRead| Name: | QProcess::waitForReadyRead | | Prototype: | bool QProcess::waitForReadyRead(int msecs) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1857-1868 |
| | 8 | 4 |
QProcess::waitForStarted| Name: | QProcess::waitForStarted | | Prototype: | bool QProcess::waitForStarted(int msecs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1846-1853 |
| | 4 | 2 |
QProcess::workingDirectory| Name: | QProcess::workingDirectory | | Prototype: | QString QProcess::workingDirectory() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1616-1620 |
| | 2 | 1 |
QProcess::~QProcess| Name: | QProcess::~QProcess | | Prototype: | QProcess::~QProcess() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1254-1268 |
| | 8 | 2 |
QProcessEnvironment::QProcessEnvironment| Name: | QProcessEnvironment::QProcessEnvironment | | Prototype: | QProcessEnvironment::QProcessEnvironment() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 217-220 |
| | 2 | 1 |
QProcessEnvironment::QProcessEnvironment| Name: | QProcessEnvironment::QProcessEnvironment | | Prototype: | QProcessEnvironment::QProcessEnvironment(const QProcessEnvironment &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 232-235 |
| | 2 | 1 |
QProcessEnvironment::insert| Name: | QProcessEnvironment::insert | | Prototype: | void QProcessEnvironment::insert(const QString &name, const QString &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 341-346 |
| | 2 | 1 |
QProcessEnvironment::isEmpty| Name: | QProcessEnvironment::isEmpty | | Prototype: | bool QProcessEnvironment::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 294-298 |
| | 1 | 1 |
QProcessEnvironment::keys| Name: | QProcessEnvironment::keys | | Prototype: | QStringList QProcessEnvironment::keys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 411-417 |
| | 4 | 2 |
QProcessEnvironment::operator=| Name: | QProcessEnvironment::operator= | | Prototype: | QProcessEnvironment &QProcessEnvironment::operator=(const QProcessEnvironment &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 241-245 |
| | 2 | 1 |
QProcessEnvironment::toStringList| Name: | QProcessEnvironment::toStringList | | Prototype: | QStringList QProcessEnvironment::toStringList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 397-403 |
| | 4 | 2 |
QProcessEnvironmentPrivate::insert| Name: | QProcessEnvironmentPrivate::insert | | Prototype: | void QProcessEnvironmentPrivate::insert(const QProcessEnvironmentPrivate &other) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 197-210 |
| | 8 | 3 |
QProcessEnvironmentPrivate::keys| Name: | QProcessEnvironmentPrivate::keys | | Prototype: | QStringList QProcessEnvironmentPrivate::keys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 186-195 |
| | 7 | 2 |
QProcessEnvironmentPrivate::toList| Name: | QProcessEnvironmentPrivate::toList | | Prototype: | QStringList QProcessEnvironmentPrivate::toList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 159-166 |
| | 5 | 2 |
QProcessPoller::QProcessPoller| Name: | QProcessPoller::QProcessPoller | | Prototype: | QProcessPoller::QProcessPoller(const QProcessPrivate &proc) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 142-159 |
| | 10 | 4 |
QProcessPoller::childStartedPipe| Name: | QProcessPoller::childStartedPipe | | Prototype: | pollfd &childStartedPipe() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 136-136 |
| | 1 | 1 |
QProcessPoller::forkfd| Name: | QProcessPoller::forkfd | | Prototype: | pollfd &forkfd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 135-135 |
| | 1 | 1 |
QProcessPoller::poll| Name: | QProcessPoller::poll | | Prototype: | int QProcessPoller::poll(int timeout) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 161-165 |
| | 2 | 1 |
QProcessPoller::stderrPipe| Name: | QProcessPoller::stderrPipe | | Prototype: | pollfd &stderrPipe() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 134-134 |
| | 1 | 1 |
QProcessPoller::stdinPipe| Name: | QProcessPoller::stdinPipe | | Prototype: | pollfd &stdinPipe() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 132-132 |
| | 1 | 1 |
QProcessPoller::stdoutPipe| Name: | QProcessPoller::stdoutPipe | | Prototype: | pollfd &stdoutPipe() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 133-133 |
| | 1 | 1 |
QProcessPrivate::QProcessPrivate| Name: | QProcessPrivate::QProcessPrivate | | Prototype: | QProcessPrivate::QProcessPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 862-887 |
| | 19 | 1 |
QProcessPrivate::_q_canReadStandardError| Name: | QProcessPrivate::_q_canReadStandardError | | Prototype: | bool QProcessPrivate::_q_canReadStandardError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1089-1092 |
| | 1 | 1 |
QProcessPrivate::_q_canReadStandardOutput| Name: | QProcessPrivate::_q_canReadStandardOutput | | Prototype: | bool QProcessPrivate::_q_canReadStandardOutput() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1081-1084 |
| | 1 | 1 |
QProcessPrivate::_q_startupNotification| Name: | QProcessPrivate::_q_startupNotification | | Prototype: | bool QProcessPrivate::_q_startupNotification() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1190-1215 |
| | 14 | 3 |
QProcessPrivate::closeChannel| Name: | QProcessPrivate::closeChannel | | Prototype: | void QProcessPrivate::closeChannel(Channel *channel) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 199-202 |
| | 1 | 1 |
QProcessPrivate::destroyPipe| Name: | QProcessPrivate::destroyPipe | | Prototype: | void QProcessPrivate::destroyPipe(int *pipe) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 187-197 |
| | 6 | 3 |
QProcessPrivate::killProcess| Name: | QProcessPrivate::killProcess | | Prototype: | void QProcessPrivate::killProcess() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 725-732 |
| | 2 | 2 |
QProcessPrivate::setErrorAndEmit| Name: | QProcessPrivate::setErrorAndEmit | | Prototype: | void QProcessPrivate::setErrorAndEmit(QProcess::ProcessError error, const QString &description) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 993-1000 |
| | 5 | 1 |
QPropertyAnimation::QPropertyAnimation| Name: | QPropertyAnimation::QPropertyAnimation | | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 151-154 |
| | 2 | 1 |
QPropertyAnimation::QPropertyAnimation| Name: | QPropertyAnimation::QPropertyAnimation | | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *target, const QByteArray &propertyName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 163-168 |
| | 2 | 1 |
QPropertyAnimation::event| Name: | QPropertyAnimation::event | | Prototype: | bool QPropertyAnimation::event(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 233-236 |
| | 1 | 1 |
QPropertyAnimation::propertyName| Name: | QPropertyAnimation::propertyName | | Prototype: | QByteArray QPropertyAnimation::propertyName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 211-215 |
| | 2 | 1 |
QPropertyAnimation::targetObject| Name: | QPropertyAnimation::targetObject | | Prototype: | QObject *QPropertyAnimation::targetObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 184-187 |
| | 1 | 1 |
QPropertyAnimation::updateCurrentValue| Name: | QPropertyAnimation::updateCurrentValue | | Prototype: | void QPropertyAnimation::updateCurrentValue(const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 245-249 |
| | 2 | 1 |
QPropertyAnimation::~QPropertyAnimation| Name: | QPropertyAnimation::~QPropertyAnimation | | Prototype: | QPropertyAnimation::~QPropertyAnimation() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 173-176 |
| | 1 | 1 |
QPropertyAnimationPrivate::updateProperty| Name: | QPropertyAnimationPrivate::updateProperty | | Prototype: | void QPropertyAnimationPrivate::updateProperty(const QVariant &newValue) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 125-145 |
| | 11 | 4 |
QReadNotifier::QReadNotifier| Name: | QReadNotifier::QReadNotifier | | Prototype: | QReadNotifier(qintptr fd, QNativeSocketEngine *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1200-1202 |
| | 1 | 1 |
QReadWriteLock::QReadWriteLock| Name: | QReadWriteLock::QReadWriteLock | | Prototype: | QReadWriteLock::QReadWriteLock(RecursionMode recursionMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 144-148 |
| | 1 | 1 |
QReadWriteLock::lockForRead| Name: | QReadWriteLock::lockForRead | | Prototype: | void QReadWriteLock::lockForRead() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 175-180 |
| | 3 | 2 |
QReadWriteLock::lockForWrite| Name: | QReadWriteLock::lockForWrite | | Prototype: | void QReadWriteLock::lockForWrite() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 292-295 |
| | 1 | 1 |
QReadWriteLock::tryLockForRead| Name: | QReadWriteLock::tryLockForRead | | Prototype: | bool QReadWriteLock::tryLockForRead() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 198-201 |
| | 1 | 1 |
QReadWriteLock::tryLockForWrite| Name: | QReadWriteLock::tryLockForWrite | | Prototype: | bool QReadWriteLock::tryLockForWrite() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 312-315 |
| | 1 | 1 |
QReadWriteLockPrivate::allocate| Name: | QReadWriteLockPrivate::allocate | | Prototype: | QReadWriteLockPrivate *QReadWriteLockPrivate::allocate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 620-628 |
| | 6 | 1 |
QReadWriteLockPrivate::lockForRead| Name: | QReadWriteLockPrivate::lockForRead | | Prototype: | bool QReadWriteLockPrivate::lockForRead(int timeout) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 464-490 |
| | 19 | 6 |
QReadWriteLockPrivate::recursiveLockForRead| Name: | QReadWriteLockPrivate::recursiveLockForRead | | Prototype: | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 537-555 |
| | 11 | 3 |
QReadWriteLockPrivate::recursiveLockForWrite| Name: | QReadWriteLockPrivate::recursiveLockForWrite | | Prototype: | bool QReadWriteLockPrivate::recursiveLockForWrite(int timeout) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 557-573 |
| | 10 | 3 |
QReadWriteLockPrivate::release| Name: | QReadWriteLockPrivate::release | | Prototype: | void QReadWriteLockPrivate::release() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 630-635 |
| | 3 | 1 |
QReadWriteLockPrivate::unlock| Name: | QReadWriteLockPrivate::unlock | | Prototype: | void QReadWriteLockPrivate::unlock() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 528-535 |
| | 5 | 3 |
QRect::intersects| Name: | QRect::intersects | | Prototype: | bool QRect::intersects(const QRect &r) const noexcept | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1118-1158 |
| | 27 | 8 |
QRect::normalized| Name: | QRect::normalized | | Prototype: | QRect QRect::normalized() const noexcept | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 303-321 |
| | 12 | 3 |