| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QPrinterPrivate::init| Name:  | QPrinterPrivate::init |  | Prototype:  | void QPrinterPrivate::init(const QPrinterInfo &printer, QPrinter::PrinterMode mode) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 703-713 |  
  |  | 5 | 2 | 
 QPrinterPrivate::findValidPrinter| Name:  | QPrinterPrivate::findValidPrinter |  | Prototype:  | QPrinterInfo QPrinterPrivate::findValidPrinter(const QPrinterInfo &printer) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 114-127 |  
  |  | 8 | 4 | 
 QPrinterPrivate::changeEngines| Name:  | QPrinterPrivate::changeEngines |  | Prototype:  | void QPrinterPrivate::changeEngines(QPrinter::OutputFormat format, const QPrinterInfo &printer) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 161-186 |  
  |  | 15 | 7 | 
 QPrinterPagedPaintDevicePrivate::setPageSize| Name:  | QPrinterPagedPaintDevicePrivate::setPageSize |  | Prototype:  | bool setPageSize(const QPageSize &pageSize) override |  | Coverage:  |  33.333% (2/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 249-265 |  
  |  | 7 | 2 | 
 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 | 
 QPrinterPagedPaintDevicePrivate::setPageMargins| Name:  | QPrinterPagedPaintDevicePrivate::setPageMargins |  | Prototype:  | bool setPageMargins(const QMarginsF &margins) override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 278-281 |  
  |  | 1 | 1 | 
 QPrinterPagedPaintDevicePrivate::setPageMargins| Name:  | 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::setPageLayout| Name:  | QPrinterPagedPaintDevicePrivate::setPageLayout |  | Prototype:  | bool setPageLayout(const QPageLayout &newPageLayout) override |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 232-247 |  
  |  | 7 | 2 | 
 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:  | 295-298 |  
  |  | 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:  | 225-227 |  
  |  | 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 | 
 QPrinterInfoPrivate::QPrinterInfoPrivate| Name:  | QPrinterInfoPrivate::QPrinterInfoPrivate |  | Prototype:  | QPrinterInfoPrivate::QPrinterInfoPrivate(const QString &id) |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 53-60 |  
  |  | 4 | 3 | 
 QPrinterInfo::supportsCustomPageSizes| Name:  | QPrinterInfo::supportsCustomPageSizes |  | Prototype:  | bool QPrinterInfo::supportsCustomPageSizes() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 270-274 |  
  |  | 2 | 1 | 
 QPrinterInfo::supportedSizesWithNames| Name:  | QPrinterInfo::supportedSizesWithNames |  | Prototype:  | QList<QPair<QString, QSizeF> > QPrinterInfo::supportedSizesWithNames() const |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 337-346 |  
  |  | 7 | 2 | 
 QPrinterInfo::supportedResolutions| Name:  | QPrinterInfo::supportedResolutions |  | Prototype:  | QList<int> QPrinterInfo::supportedResolutions() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 355-359 |  
  |  | 2 | 1 | 
 QPrinterInfo::supportedPaperSizes| Name:  | QPrinterInfo::supportedPaperSizes |  | Prototype:  | QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 315-324 |  
  |  | 7 | 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::supportedDuplexModes| Name:  | QPrinterInfo::supportedDuplexModes |  | Prototype:  | QList<QPrinter::DuplexMode> QPrinterInfo::supportedDuplexModes() const |  | Coverage:  |   0.000% (0/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 379-388 |  
  |  | 7 | 2 | 
 QPrinterInfo::state| Name:  | QPrinterInfo::state |  | Prototype:  | QPrinter::PrinterState QPrinterInfo::state() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 234-238 |  
  |  | 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::minimumPhysicalPageSize| Name:  | QPrinterInfo::minimumPhysicalPageSize |  | Prototype:  | QPageSize QPrinterInfo::minimumPhysicalPageSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 284-288 |  
  |  | 2 | 1 | 
 QPrinterInfo::maximumPhysicalPageSize| Name:  | QPrinterInfo::maximumPhysicalPageSize |  | Prototype:  | QPageSize QPrinterInfo::maximumPhysicalPageSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 298-302 |  
  |  | 2 | 1 | 
 QPrinterInfo::makeAndModel| Name:  | QPrinterInfo::makeAndModel |  | Prototype:  | QString QPrinterInfo::makeAndModel() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 188-192 |  
  |  | 2 | 1 | 
 QPrinterInfo::location| Name:  | QPrinterInfo::location |  | Prototype:  | QString QPrinterInfo::location() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 177-181 |  
  |  | 2 | 1 | 
 QPrinterInfo::isRemote| Name:  | QPrinterInfo::isRemote |  | Prototype:  | bool QPrinterInfo::isRemote() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 220-224 |  
  |  | 2 | 1 | 
 QPrinterInfo::isNull| Name:  | 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::isDefault| Name:  | QPrinterInfo::isDefault |  | Prototype:  | bool QPrinterInfo::isDefault() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 209-213 |  
  |  | 2 | 1 | 
 QPrinterInfo::description| Name:  | QPrinterInfo::description |  | Prototype:  | QString QPrinterInfo::description() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 166-170 |  
  |  | 2 | 1 | 
 QPrinterInfo::defaultPrinterName| Name:  | QPrinterInfo::defaultPrinterName |  | Prototype:  | QString QPrinterInfo::defaultPrinterName() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 438-444 |  
  |  | 4 | 2 | 
 QPrinterInfo::defaultPrinter| Name:  | QPrinterInfo::defaultPrinter |  | Prototype:  | QPrinterInfo QPrinterInfo::defaultPrinter() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 460-466 |  
  |  | 4 | 2 | 
 QPrinterInfo::defaultPageSize| Name:  | QPrinterInfo::defaultPageSize |  | Prototype:  | QPageSize QPrinterInfo::defaultPageSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 258-262 |  
  |  | 2 | 1 | 
 QPrinterInfo::defaultDuplexMode| Name:  | QPrinterInfo::defaultDuplexMode |  | Prototype:  | QPrinter::DuplexMode QPrinterInfo::defaultDuplexMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 367-371 |  
  |  | 2 | 1 | 
 QPrinterInfo::availablePrinters| Name:  | QPrinterInfo::availablePrinters |  | Prototype:  | QList<QPrinterInfo> QPrinterInfo::availablePrinters() |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 420-431 |  
  |  | 8 | 3 | 
 QPrinterInfo::availablePrinterNames| Name:  | QPrinterInfo::availablePrinterNames |  | Prototype:  | QStringList QPrinterInfo::availablePrinterNames() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 402-408 |  
  |  | 4 | 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 QPrinter &printer) |  | Coverage:  |  57.143% (4/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp |  | Lines:  | 104-115 |  
  |  | 6 | 3 | 
 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::~QPrinter| Name:  | QPrinter::~QPrinter |  | Prototype:  | QPrinter::~QPrinter() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 747-755 |  
  |  | 4 | 2 | 
 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:  | 1932-1936 |  
  |  | 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:  | 2113-2116 |  
  |  | 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:  | 1497-1501 |  
  |  | 2 | 1 | 
 QPrinter::supportedResolutions| Name:  | 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::setWinPageSize| Name:  | QPrinter::setWinPageSize |  | Prototype:  | void QPrinter::setWinPageSize(int pageSize) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1918-1923 |  
  |  | 3 | 2 | 
 QPrinter::setResolution| Name:  | QPrinter::setResolution |  | Prototype:  | void QPrinter::setResolution(int dpi) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1601-1606 |  
  |  | 3 | 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:  | 2066-2070 |  
  |  | 2 | 1 | 
 QPrinter::setPrinterName| Name:  | QPrinter::setPrinterName |  | Prototype:  | void QPrinter::setPrinterName(const QString &name) |  | Coverage:  |  43.750% (7/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 846-868 |  
  |  | 13 | 6 | 
 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:  | 2150-2156 |  
  |  | 3 | 1 | 
 QPrinter::setPrintProgram| Name:  | QPrinter::setPrintProgram |  | Prototype:  | void QPrinter::setPrintProgram(const QString &printProg) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 967-972 |  
  |  | 3 | 2 | 
 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:  | 1631-1635 |  
  |  | 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:  | 1196-1199 |  
  |  | 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:  | 1240-1246 |  
  |  | 3 | 2 | 
 QPrinter::setPaperName| Name:  | QPrinter::setPaperName |  | Prototype:  | void QPrinter::setPaperName(const QString &paperName) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1296-1302 |  
  |  | 4 | 3 | 
 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:  | 1260-1263 |  
  |  | 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:  | 1222-1225 |  
  |  | 1 | 1 | 
 QPrinter::setPageOrder| Name:  | QPrinter::setPageOrder |  | Prototype:  | void QPrinter::setPageOrder(PageOrder pageOrder) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1335-1342 |  
  |  | 4 | 2 | 
 QPrinter::setPageMargins| Name:  | QPrinter::setPageMargins |  | Prototype:  | void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1825-1835 |  
  |  | 6 | 2 | 
 QPrinter::setOutputFormat| Name:  | QPrinter::setOutputFormat |  | Prototype:  | void QPrinter::setOutputFormat(OutputFormat format) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 787-801 |  
  |  | 8 | 4 | 
 QPrinter::setOutputFileName| Name:  | QPrinter::setOutputFileName |  | Prototype:  | void QPrinter::setOutputFileName(const QString &fileName) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 925-937 |  
  |  | 8 | 4 | 
 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:  | 1160-1163 |  
  |  | 1 | 1 | 
 QPrinter::setNumCopies| Name:  | QPrinter::setNumCopies |  | Prototype:  | void QPrinter::setNumCopies(int numCopies) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1444-1449 |  
  |  | 3 | 2 | 
 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:  | 1844-1847 |  
  |  | 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:  | 1561-1568 |  
  |  | 3 | 1 | 
 QPrinter::setFromTo| Name:  | QPrinter::setFromTo |  | Prototype:  | void QPrinter::setFromTo(int from, int to) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 2135-2143 |  
  |  | 5 | 2 | 
 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:  | 1655-1659 |  
  |  | 2 | 1 | 
 QPrinter::setEngines| Name:  | QPrinter::setEngines |  | Prototype:  | void QPrinter::setEngines(QPrintEngine *printEngine, QPaintEngine *paintEngine) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 730-740 |  
  |  | 6 | 2 | 
 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:  | 1728-1732 |  
  |  | 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:  | 1701-1704 |  
  |  | 1 | 1 | 
 QPrinter::setDocName| Name:  | QPrinter::setDocName |  | Prototype:  | void QPrinter::setDocName(const QString &name) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 997-1002 |  
  |  | 3 | 2 | 
 QPrinter::setCreator| Name:  | QPrinter::setCreator |  | Prototype:  | void QPrinter::setCreator(const QString &creator) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1027-1032 |  
  |  | 3 | 2 | 
 QPrinter::setCopyCount| Name:  | QPrinter::setCopyCount |  | Prototype:  | void QPrinter::setCopyCount(int count) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1462-1467 |  
  |  | 3 | 2 | 
 QPrinter::setColorMode| Name:  | QPrinter::setColorMode |  | Prototype:  | void QPrinter::setColorMode(ColorMode newColorMode) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1365-1370 |  
  |  | 3 | 2 | 
 QPrinter::setCollateCopies| Name:  | QPrinter::setCollateCopies |  | Prototype:  | void QPrinter::setCollateCopies(bool collate) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1531-1536 |  
  |  | 3 | 2 | 
 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:  | 1616-1620 |  
  |  | 2 | 1 | 
 QPrinter::printerState| Name:  | QPrinter::printerState |  | Prototype:  | QPrinter::PrinterState QPrinter::printerState() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1994-1998 |  
  |  | 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:  | 2044-2048 |  
  |  | 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:  | 829-833 |  
  |  | 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:  | 2167-2171 |  
  |  | 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:  | 951-955 |  
  |  | 2 | 1 | 
 QPrinter::printEngine| Name:  | QPrinter::printEngine |  | Prototype:  | QPrintEngine *QPrinter::printEngine() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1904-1908 |  
  |  | 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:  | 1641-1645 |  
  |  | 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:  | 1175-1178 |  
  |  | 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:  | 1278-1284 |  
  |  | 3 | 2 | 
 QPrinter::paperRect| Name:  | QPrinter::paperRect |  | Prototype:  | QRectF QPrinter::paperRect(Unit unit) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1773-1779 |  
  |  | 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:  | 1808-1812 |  
  |  | 2 | 1 | 
 QPrinter::paperName| Name:  | QPrinter::paperName |  | Prototype:  | QString QPrinter::paperName() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1316-1320 |  
  |  | 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:  | 1893-1897 |  
  |  | 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:  | 1208-1211 |  
  |  | 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:  | 1756-1762 |  
  |  | 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:  | 1792-1796 |  
  |  | 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:  | 1351-1355 |  
  |  | 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:  | 808-812 |  
  |  | 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:  | 900-904 |  
  |  | 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:  | 1137-1140 |  
  |  | 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:  | 1404-1408 |  
  |  | 2 | 1 | 
 QPrinter::newPage| Name:  | QPrinter::newPage |  | Prototype:  | bool QPrinter::newPage() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 1966-1972 |  
  |  | 4 | 2 | 
 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:  | 1884-1888 |  
  |  | 2 | 1 | 
 QPrinter::isValid| Name:  | QPrinter::isValid |  | Prototype:  | bool QPrinter::isValid() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp |  | Lines:  | 882-888 |  
  |  | 4 | 2 |