Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QProcessName: | 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 |
workingDirectoryName: | 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 |
waitForStartedName: | 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 |
waitForReadyReadName: | 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 |
waitForFinishedName: | 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 |
waitForBytesWrittenName: | 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 |
terminateName: | 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 |
systemEnvironmentName: | 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 |
stateName: | 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 |
startDetachedName: | 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 |
startDetachedName: | 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 |
startDetachedName: | 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 |
startName: | 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 |
setWorkingDirectoryName: | 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 |
setStandardOutputProcessName: | 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 |
setStandardOutputFileName: | 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 |
setStandardInputFileName: | 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 |
setStandardErrorFileName: | 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 |
setReadChannelModeName: | 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 |
setReadChannelName: | 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 |
setProcessStateName: | 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 |
setProcessEnvironmentName: | 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 |
setProcessChannelModeName: | 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 |
setInputChannelModeName: | 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 |
setEnvironmentName: | 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 |
readDataName: | 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 |
readChannelModeName: | 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 |
readChannelName: | 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 |
readAllStandardOutputName: | 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 |
readAllStandardErrorName: | 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 |
programName: | 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 |
processIdName: | 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 |
processChannelModeName: | 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 |
pidName: | 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 |
nullDeviceName: | QProcess::nullDevice | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
nullDeviceName: | 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 |
killName: | 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 |
isSequentialName: | 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 |
inputChannelModeName: | 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 |
exitStatusName: | 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 |
exitCodeName: | 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 |
errorName: | 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 |
environmentName: | 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 |
closeWriteChannelName: | 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 |
closeReadChannelName: | 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 |
canReadLineName: | 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 |
bytesToWriteName: | 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 |
bytesAvailableName: | 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 |
atEndName: | 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 |
argumentsName: | 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 |
QProcessName: | 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 |
executeName: | QProcess::execute | Prototype: | int QProcess::execute(const QString &program, const QStringList &arguments) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2423-2431 |
| | 6 | 2 |
startName: | QProcess::start | Prototype: | void QProcess::start(const QString &program, const QStringList &arguments, OpenMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2079-2095 |
| | 10 | 3 |
startName: | QProcess::start | Prototype: | void QProcess::start(OpenMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2106-2119 |
| | 8 | 3 |
openName: | QProcess::open | Prototype: | bool QProcess::open(OpenMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2130-2144 |
| | 9 | 3 |
writeDataName: | QProcess::writeData | Prototype: | qint64 QProcess::writeData(const char *data, qint64 len) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1974-2015 |
| | 7 | 3 |
setProgramName: | QProcess::setProgram | Prototype: | void QProcess::setProgram(const QString &program) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2303-2311 |
| | 5 | 2 |
setArgumentsName: | QProcess::setArguments | Prototype: | void QProcess::setArguments(const QStringList &arguments) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2334-2342 |
| | 5 | 2 |
closeName: | QProcess::close | Prototype: | void QProcess::close() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1688-1698 |
| | 7 | 2 |
executeName: | QProcess::execute | Prototype: | int QProcess::execute(const QString &command) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2446-2454 |
| | 6 | 2 |
processEnvironmentName: | QProcess::processEnvironment | Prototype: | QProcessEnvironment QProcess::processEnvironment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1818-1822 |
| | 2 | 1 |