| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 1490-1496 |  
  |  | 4 | 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:  | 1442-1449 |  
  |  | 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:  | 1410-1414 |  
  |  | 2 | 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:  | 1469-1476 |  
  |  | 4 | 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:  | 1244-1247 |  
  |  | 1 | 1 | 
 QProcess::setReadChannel| Name:  | QProcess::setReadChannel |  | Prototype:  | void QProcess::setReadChannel(ProcessChannel channel) |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1327-1341 |  
  |  | 9 | 5 | 
 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:  | 1884-1891 |  
  |  | 5 | 2 | 
 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:  | 1754-1758 |  
  |  | 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:  | 1274-1278 |  
  |  | 2 | 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:  | 1302-1306 |  
  |  | 2 | 1 | 
 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:  | 1719-1722 |  
  |  | 1 | 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:  | 1232-1235 |  
  |  | 1 | 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:  | 1313-1317 |  
  |  | 2 | 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:  | 2030-2037 |  
  |  | 5 | 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:  | 2046-2053 |  
  |  | 5 | 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:  | 2297-2301 |  
  |  | 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:  | 1595-1603 |  
  |  | 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:  | 1257-1261 |  
  |  | 2 | 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:  | 1583-1587 |  
  |  | 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:  | 2607-2607 |  
  |  | 0 | 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:  | 2602-2609 |  
  |  | 0 | 2 | 
 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:  | 2382-2386 |  
  |  | 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:  | 1651-1654 |  
  |  | 1 | 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:  | 1287-1291 |  
  |  | 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:  | 2408-2412 |  
  |  | 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:  | 2393-2397 |  
  |  | 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:  | 1688-1692 |  
  |  | 2 | 1 | 
 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:  | 1736-1740 |  
  |  | 2 | 1 | 
 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:  | 1381-1387 |  
  |  | 4 | 2 | 
 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:  | 1353-1361 |  
  |  | 4 | 2 | 
 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:  | 1673-1681 |  
  |  | 3 | 1 | 
 QProcess::bytesAvailable| Name:  | QProcess::bytesAvailable |  | Prototype:  | qint64 QProcess::bytesAvailable() const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1658-1669 |  
  |  | 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:  | 2328-2332 |  
  |  | 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:  | 1195-1201 |  
  |  | 5 | 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:  | 208-212 |  
  |  | 2 | 1 | 
 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:  | 260-269 |  
  |  | 3 | 1 | 
 QPrinterPagedPaintDevicePrivate::pageLayout| Name:  | 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:  | 288-291 |  
  |  | 1 | 1 | 
 QPrinterPagedPaintDevicePrivate::QPrinterPagedPaintDevicePrivate| Name:  | 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:  | 218-220 |  
  |  | 1 | 1 | 
 QPrinterInfoPrivateDeleter::cleanup| Name:  | 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::supportedPageSizes| Name:  | 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::printerName| Name:  | 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::printerInfo| Name:  | 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::QPrinterInfo| Name:  | 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::QPrinterInfo| Name:  | 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::QPrinterInfo| Name:  | 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::winPageSize| Name:  | 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:  | 1925-1929 |  
  |  | 2 | 1 | 
 QPrinter::toPage| Name:  | 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:  | 2106-2109 |  
  |  | 1 | 1 | 
 QPrinter::supportsMultipleCopies| Name:  | 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:  | 1490-1494 |  
  |  | 2 | 1 | 
 QPrinter::supportedResolutions| Name:  | QPrinter::supportedResolutions |  | Prototype:  | QList<int> QPrinter::supportedResolutions() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1939-1950 |  
  |  | 9 | 2 | 
 QPrinter::setPrinterSelectionOption| Name:  | 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:  | 2059-2063 |  
  |  | 2 | 1 | 
 QPrinter::setPrintRange| Name:  | 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:  | 2143-2149 |  
  |  | 3 | 1 | 
 QPrinter::setPaperSource| Name:  | 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:  | 1624-1628 |  
  |  | 2 | 1 | 
 QPrinter::setPaperSize| Name:  | 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:  | 1189-1192 |  
  |  | 1 | 1 | 
 QPrinter::setPaperSize| Name:  | 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:  | 1233-1239 |  
  |  | 3 | 2 | 
 QPrinter::setPageSizeMM| Name:  | 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:  | 1253-1256 |  
  |  | 1 | 1 | 
 QPrinter::setPageSize| Name:  | 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:  | 1215-1218 |  
  |  | 1 | 1 | 
 QPrinter::setOrientation| Name:  | 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:  | 1153-1156 |  
  |  | 1 | 1 | 
 QPrinter::setMargins| Name:  | 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:  | 1837-1840 |  
  |  | 1 | 1 | 
 QPrinter::setFullPage| Name:  | 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:  | 1554-1561 |  
  |  | 3 | 1 | 
 QPrinter::setFontEmbeddingEnabled| Name:  | 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:  | 1648-1652 |  
  |  | 2 | 1 | 
 QPrinter::setDuplex| Name:  | 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:  | 1721-1725 |  
  |  | 2 | 1 | 
 QPrinter::setDoubleSidedPrinting| Name:  | 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:  | 1694-1697 |  
  |  | 1 | 1 | 
 QPrinter::resolution| Name:  | 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:  | 1609-1613 |  
  |  | 2 | 1 | 
 QPrinter::printerSelectionOption| Name:  | 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:  | 2037-2041 |  
  |  | 2 | 1 | 
 QPrinter::printerName| Name:  | 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:  | 822-826 |  
  |  | 2 | 1 | 
 QPrinter::printRange| Name:  | 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:  | 2160-2164 |  
  |  | 2 | 1 | 
 QPrinter::printProgram| Name:  | 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:  | 944-948 |  
  |  | 2 | 1 | 
 QPrinter::paperSource| Name:  | 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:  | 1634-1638 |  
  |  | 2 | 1 | 
 QPrinter::paperSize| Name:  | 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:  | 1168-1171 |  
  |  | 1 | 1 | 
 QPrinter::paperSize| Name:  | 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:  | 1271-1277 |  
  |  | 3 | 2 | 
 QPrinter::paperRect| Name:  | 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:  | 1801-1805 |  
  |  | 2 | 1 | 
 QPrinter::paintEngine| Name:  | 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:  | 1886-1890 |  
  |  | 2 | 1 | 
 QPrinter::pageSize| Name:  | 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:  | 1201-1204 |  
  |  | 1 | 1 | 
 QPrinter::pageRect| Name:  | 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:  | 1749-1755 |  
  |  | 3 | 2 | 
 QPrinter::pageRect| Name:  | 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:  | 1785-1789 |  
  |  | 2 | 1 | 
 QPrinter::pageOrder| Name:  | 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:  | 1344-1348 |  
  |  | 2 | 1 | 
 QPrinter::outputFormat| Name:  | 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:  | 801-805 |  
  |  | 2 | 1 | 
 QPrinter::outputFileName| Name:  | 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:  | 893-897 |  
  |  | 2 | 1 | 
 QPrinter::orientation| Name:  | 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:  | 1130-1133 |  
  |  | 1 | 1 | 
 QPrinter::numCopies| Name:  | 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:  | 1397-1401 |  
  |  | 2 | 1 | 
 QPrinter::metric| Name:  | 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:  | 1877-1881 |  
  |  | 2 | 1 | 
 QPrinter::fullPage| Name:  | 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:  | 1574-1578 |  
  |  | 2 | 1 | 
 QPrinter::fromPage| Name:  | QPrinter::fromPage |  | Prototype:  | int QPrinter::fromPage() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 2082-2085 |  
  |  | 1 | 1 | 
 QPrinter::fontEmbeddingEnabled| Name:  | QPrinter::fontEmbeddingEnabled |  | Prototype:  | bool QPrinter::fontEmbeddingEnabled() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1661-1665 |  
  |  | 2 | 1 | 
 QPrinter::duplex| Name:  | QPrinter::duplex |  | Prototype:  | QPrinter::DuplexMode QPrinter::duplex() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1734-1738 |  
  |  | 2 | 1 | 
 QPrinter::doubleSidedPrinting| Name:  | QPrinter::doubleSidedPrinting |  | Prototype:  | bool QPrinter::doubleSidedPrinting() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1709-1712 |  
  |  | 1 | 1 | 
 QPrinter::docName| Name:  | QPrinter::docName |  | Prototype:  | QString QPrinter::docName() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 973-977 |  
  |  | 2 | 1 | 
 QPrinter::devType| Name:  | QPrinter::devType |  | Prototype:  | int QPrinter::devType() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 811-814 |  
  |  | 1 | 1 | 
 QPrinter::creator| Name:  | QPrinter::creator |  | Prototype:  | QString QPrinter::creator() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1003-1007 |  
  |  | 2 | 1 | 
 QPrinter::copyCount| Name:  | QPrinter::copyCount |  | Prototype:  | int QPrinter::copyCount() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1470-1474 |  
  |  | 2 | 1 | 
 QPrinter::colorMode| Name:  | QPrinter::colorMode |  | Prototype:  | QPrinter::ColorMode QPrinter::colorMode() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1371-1375 |  
  |  | 2 | 1 | 
 QPrinter::collateCopies| Name:  | QPrinter::collateCopies |  | Prototype:  | bool QPrinter::collateCopies() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1507-1511 |  
  |  | 2 | 1 | 
 QPrinter::actualNumCopies| Name:  | QPrinter::actualNumCopies |  | Prototype:  | int QPrinter::actualNumCopies() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1418-1421 |  
  |  | 1 | 1 | 
 QPrinter::QPrinter| Name:  | QPrinter::QPrinter |  | Prototype:  | QPrinter::QPrinter(PrinterMode mode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 673-680 |  
  |  | 3 | 1 | 
 QPrintPreviewWidgetPrivate::init| Name:  | QPrintPreviewWidgetPrivate::init |  | Prototype:  | void QPrintPreviewWidgetPrivate::init() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 307-327 |  
  |  | 15 | 1 | 
 QPrintPreviewWidgetPrivate::QPrintPreviewWidgetPrivate| Name:  | QPrintPreviewWidgetPrivate::QPrintPreviewWidgetPrivate |  | Prototype:  | QPrintPreviewWidgetPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 177-182 |  
  |  | 1 | 1 | 
 QPrintPreviewWidget::zoomFactor| Name:  | QPrintPreviewWidget::zoomFactor |  | Prototype:  | qreal QPrintPreviewWidget::zoomFactor() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 644-648 |  
  |  | 2 | 1 | 
 QPrintPreviewWidget::updatePreview| Name:  | QPrintPreviewWidget::updatePreview |  | Prototype:  | void QPrintPreviewWidget::updatePreview() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 790-796 |  
  |  | 4 | 1 | 
 QPrintPreviewWidget::pageCount| Name:  | QPrintPreviewWidget::pageCount |  | Prototype:  | int QPrintPreviewWidget::pageCount() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 669-673 |  
  |  | 2 | 1 |