Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
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::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QProcess::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 |
QPrinterPrivate::setPropertyName: | 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 |
QPrinterPagedPaintDevicePrivate::setPageOrientationName: | 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 |
QPrinterPagedPaintDevicePrivate::setPageMarginsName: | QPrinterPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 283-293 |
| | 4 | 1 |
QPrinterPagedPaintDevicePrivate::pageLayoutName: | QPrinterPagedPaintDevicePrivate::pageLayout | Prototype: | QPageLayout pageLayout() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 295-298 |
| | 1 | 1 |
QPrinterPagedPaintDevicePrivate::QPrinterPagedPaintDevicePrivateName: | QPrinterPagedPaintDevicePrivate::QPrinterPagedPaintDevicePrivate | Prototype: | QPrinterPagedPaintDevicePrivate(QPrinterPrivate *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 225-227 |
| | 1 | 1 |
QPrinterInfoPrivateDeleter::cleanupName: | QPrinterInfoPrivateDeleter::cleanup | Prototype: | static inline void cleanup(QPrinterInfoPrivate *d) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 46-50 |
| | 2 | 2 |
QPrinterInfo::supportedPageSizesName: | QPrinterInfo::supportedPageSizes | Prototype: | QList<QPageSize> QPrinterInfo::supportedPageSizes() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 246-250 |
| | 2 | 1 |
QPrinterInfo::printerNameName: | QPrinterInfo::printerName | Prototype: | QString QPrinterInfo::printerName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 154-158 |
| | 2 | 1 |
QPrinterInfo::printerInfoName: | QPrinterInfo::printerInfo | Prototype: | QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 477-480 |
| | 1 | 1 |
QPrinterInfo::operator=Name: | QPrinterInfo::operator= | Prototype: | QPrinterInfo &QPrinterInfo::operator=(const QPrinterInfo &other) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 136-144 |
| | 5 | 2 |
QPrinterInfo::isNullName: | QPrinterInfo::isNull | Prototype: | bool QPrinterInfo::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 200-204 |
| | 2 | 1 |
QPrinterInfo::QPrinterInfoName: | QPrinterInfo::QPrinterInfo | Prototype: | QPrinterInfo::QPrinterInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 88-91 |
| | 2 | 1 |
QPrinterInfo::QPrinterInfoName: | QPrinterInfo::QPrinterInfo | Prototype: | QPrinterInfo::QPrinterInfo(const QPrinterInfo &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 96-99 |
| | 2 | 1 |
QPrinterInfo::QPrinterInfoName: | QPrinterInfo::QPrinterInfo | Prototype: | QPrinterInfo::QPrinterInfo(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | Lines: | 120-123 |
| | 2 | 1 |
QPrinter::winPageSizeName: | QPrinter::winPageSize | Prototype: | int QPrinter::winPageSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1932-1936 |
| | 2 | 1 |
QPrinter::toPageName: | QPrinter::toPage | Prototype: | int QPrinter::toPage() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2113-2116 |
| | 1 | 1 |
QPrinter::supportsMultipleCopiesName: | QPrinter::supportsMultipleCopies | Prototype: | bool QPrinter::supportsMultipleCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1497-1501 |
| | 2 | 1 |
QPrinter::supportedResolutionsName: | QPrinter::supportedResolutions | Prototype: | QList<int> QPrinter::supportedResolutions() const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1946-1956 |
| | 8 | 2 |
QPrinter::setPrinterSelectionOptionName: | QPrinter::setPrinterSelectionOption | Prototype: | void QPrinter::setPrinterSelectionOption(const QString &option) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2066-2070 |
| | 2 | 1 |
QPrinter::setPrintRangeName: | QPrinter::setPrintRange | Prototype: | void QPrinter::setPrintRange( PrintRange range ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2150-2156 |
| | 3 | 1 |
QPrinter::setPaperSourceName: | QPrinter::setPaperSource | Prototype: | void QPrinter::setPaperSource(PaperSource source) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1631-1635 |
| | 2 | 1 |
QPrinter::setPaperSizeName: | QPrinter::setPaperSize | Prototype: | void QPrinter::setPaperSize(PaperSize newPaperSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1196-1199 |
| | 1 | 1 |
QPrinter::setPaperSizeName: | QPrinter::setPaperSize | Prototype: | void QPrinter::setPaperSize(const QSizeF &paperSize, QPrinter::Unit unit) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1240-1246 |
| | 3 | 2 |
QPrinter::setPageSizeMMName: | QPrinter::setPageSizeMM | Prototype: | void QPrinter::setPageSizeMM(const QSizeF &size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1260-1263 |
| | 1 | 1 |
QPrinter::setPageSizeName: | QPrinter::setPageSize | Prototype: | void QPrinter::setPageSize(PageSize newPageSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1222-1225 |
| | 1 | 1 |
QPrinter::setOrientationName: | QPrinter::setOrientation | Prototype: | void QPrinter::setOrientation(Orientation orientation) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1160-1163 |
| | 1 | 1 |
QPrinter::setMarginsName: | QPrinter::setMargins | Prototype: | void QPrinter::setMargins(const Margins &m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1844-1847 |
| | 1 | 1 |
QPrinter::setFullPageName: | QPrinter::setFullPage | Prototype: | void QPrinter::setFullPage(bool fp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1561-1568 |
| | 3 | 1 |
QPrinter::setFontEmbeddingEnabledName: | QPrinter::setFontEmbeddingEnabled | Prototype: | void QPrinter::setFontEmbeddingEnabled(bool enable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1655-1659 |
| | 2 | 1 |
QPrinter::setDuplexName: | QPrinter::setDuplex | Prototype: | void QPrinter::setDuplex(DuplexMode duplex) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1728-1732 |
| | 2 | 1 |
QPrinter::setDoubleSidedPrintingName: | QPrinter::setDoubleSidedPrinting | Prototype: | void QPrinter::setDoubleSidedPrinting(bool doubleSided) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1701-1704 |
| | 1 | 1 |
QPrinter::resolutionName: | QPrinter::resolution | Prototype: | int QPrinter::resolution() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1616-1620 |
| | 2 | 1 |
QPrinter::printerSelectionOptionName: | QPrinter::printerSelectionOption | Prototype: | QString QPrinter::printerSelectionOption() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2044-2048 |
| | 2 | 1 |
QPrinter::printerNameName: | QPrinter::printerName | Prototype: | QString QPrinter::printerName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 829-833 |
| | 2 | 1 |
QPrinter::printRangeName: | QPrinter::printRange | Prototype: | QPrinter::PrintRange QPrinter::printRange() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 2167-2171 |
| | 2 | 1 |
QPrinter::printProgramName: | QPrinter::printProgram | Prototype: | QString QPrinter::printProgram() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 951-955 |
| | 2 | 1 |
QPrinter::paperSourceName: | QPrinter::paperSource | Prototype: | QPrinter::PaperSource QPrinter::paperSource() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1641-1645 |
| | 2 | 1 |
QPrinter::paperSizeName: | QPrinter::paperSize | Prototype: | QPrinter::PaperSize QPrinter::paperSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1175-1178 |
| | 1 | 1 |
QPrinter::paperSizeName: | QPrinter::paperSize | Prototype: | QSizeF QPrinter::paperSize(Unit unit) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1278-1284 |
| | 3 | 2 |
QPrinter::paperRectName: | QPrinter::paperRect | Prototype: | QRect QPrinter::paperRect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1808-1812 |
| | 2 | 1 |
QPrinter::paintEngineName: | QPrinter::paintEngine | Prototype: | QPaintEngine *QPrinter::paintEngine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1893-1897 |
| | 2 | 1 |
QPrinter::pageSizeName: | QPrinter::pageSize | Prototype: | QPrinter::PageSize QPrinter::pageSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1208-1211 |
| | 1 | 1 |
QPrinter::pageRectName: | QPrinter::pageRect | Prototype: | QRectF QPrinter::pageRect(Unit unit) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1756-1762 |
| | 3 | 2 |
QPrinter::pageRectName: | QPrinter::pageRect | Prototype: | QRect QPrinter::pageRect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1792-1796 |
| | 2 | 1 |
QPrinter::pageOrderName: | QPrinter::pageOrder | Prototype: | QPrinter::PageOrder QPrinter::pageOrder() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1351-1355 |
| | 2 | 1 |
QPrinter::outputFormatName: | QPrinter::outputFormat | Prototype: | QPrinter::OutputFormat QPrinter::outputFormat() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 808-812 |
| | 2 | 1 |
QPrinter::outputFileNameName: | QPrinter::outputFileName | Prototype: | QString QPrinter::outputFileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 900-904 |
| | 2 | 1 |
QPrinter::orientationName: | QPrinter::orientation | Prototype: | QPrinter::Orientation QPrinter::orientation() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1137-1140 |
| | 1 | 1 |
QPrinter::numCopiesName: | QPrinter::numCopies | Prototype: | int QPrinter::numCopies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1404-1408 |
| | 2 | 1 |
QPrinter::metricName: | QPrinter::metric | Prototype: | int QPrinter::metric(PaintDeviceMetric id) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1884-1888 |
| | 2 | 1 |
QPrinter::fullPageName: | QPrinter::fullPage | Prototype: | bool QPrinter::fullPage() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 1581-1585 |
| | 2 | 1 |