| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
supportsMultipleCopies| Name: | QPrintDevice::supportsMultipleCopies | | Prototype: | bool QPrintDevice::supportsMultipleCopies() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 125-128 |
| | 1 | 1 |
supportsCustomPageSizes| Name: | QPrintDevice::supportsCustomPageSizes | | Prototype: | bool QPrintDevice::supportsCustomPageSizes() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 170-173 |
| | 1 | 1 |
supportsCollateCopies| Name: | QPrintDevice::supportsCollateCopies | | Prototype: | bool QPrintDevice::supportsCollateCopies() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 130-133 |
| | 1 | 1 |
supportedResolutions| Name: | QPrintDevice::supportedResolutions | | Prototype: | QList<int> QPrintDevice::supportedResolutions() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 197-200 |
| | 1 | 1 |
supportedPageSizes| Name: | QPrintDevice::supportedPageSizes | | Prototype: | QList<QPageSize> QPrintDevice::supportedPageSizes() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 140-143 |
| | 1 | 1 |
supportedPageSize| Name: | QPrintDevice::supportedPageSize | | Prototype: | QPageSize QPrintDevice::supportedPageSize(const QPageSize &pageSize) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 145-148 |
| | 1 | 1 |
supportedPageSize| Name: | QPrintDevice::supportedPageSize | | Prototype: | QPageSize QPrintDevice::supportedPageSize(QPageSize::PageSizeId pageSizeId) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 150-153 |
| | 1 | 1 |
supportedPageSize| Name: | QPrintDevice::supportedPageSize | | Prototype: | QPageSize QPrintDevice::supportedPageSize(const QString &pageName) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 155-158 |
| | 1 | 1 |
supportedPageSize| Name: | QPrintDevice::supportedPageSize | | Prototype: | QPageSize QPrintDevice::supportedPageSize(const QSize &pointSize) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 160-163 |
| | 1 | 1 |
supportedPageSize| Name: | QPrintDevice::supportedPageSize | | Prototype: | QPageSize QPrintDevice::supportedPageSize(const QSizeF &size, QPageSize::Unit units) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 165-168 |
| | 1 | 1 |
supportedOutputBins| Name: | QPrintDevice::supportedOutputBins | | Prototype: | QList<QPrint::OutputBin> QPrintDevice::supportedOutputBins() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 217-220 |
| | 1 | 1 |
supportedMimeTypes| Name: | QPrintDevice::supportedMimeTypes | | Prototype: | QList<QMimeType> QPrintDevice::supportedMimeTypes() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 243-246 |
| | 1 | 1 |
supportedInputSlots| Name: | QPrintDevice::supportedInputSlots | | Prototype: | QList<QPrint::InputSlot> QPrintDevice::supportedInputSlots() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 207-210 |
| | 1 | 1 |
supportedDuplexModes| Name: | QPrintDevice::supportedDuplexModes | | Prototype: | QList<QPrint::DuplexMode> QPrintDevice::supportedDuplexModes() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 227-230 |
| | 1 | 1 |
supportedColorModes| Name: | QPrintDevice::supportedColorModes | | Prototype: | QList<QPrint::ColorMode> QPrintDevice::supportedColorModes() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 237-240 |
| | 1 | 1 |
state| Name: | QPrintDevice::state | | Prototype: | QPrint::DeviceState QPrintDevice::state() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 115-118 |
| | 1 | 1 |
printableMargins| Name: | QPrintDevice::printableMargins | | Prototype: | QMarginsF QPrintDevice::printableMargins(const QPageSize &pageSize, QPageLayout::Orientation orientation, int resolution) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 185-190 |
| | 1 | 1 |
operator==| Name: | QPrintDevice::operator== | | Prototype: | bool QPrintDevice::operator==(const QPrintDevice &other) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 73-78 |
| | 3 | 2 |
operator=| Name: | QPrintDevice::operator= | | Prototype: | QPrintDevice &QPrintDevice::operator=(const QPrintDevice &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 67-71 |
| | 2 | 1 |
name| Name: | QPrintDevice::name | | Prototype: | QString QPrintDevice::name() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 85-88 |
| | 1 | 1 |
minimumPhysicalPageSize| Name: | QPrintDevice::minimumPhysicalPageSize | | Prototype: | QSize QPrintDevice::minimumPhysicalPageSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 175-178 |
| | 1 | 1 |
maximumPhysicalPageSize| Name: | QPrintDevice::maximumPhysicalPageSize | | Prototype: | QSize QPrintDevice::maximumPhysicalPageSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 180-183 |
| | 1 | 1 |
makeAndModel| Name: | QPrintDevice::makeAndModel | | Prototype: | QString QPrintDevice::makeAndModel() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 95-98 |
| | 1 | 1 |
location| Name: | QPrintDevice::location | | Prototype: | QString QPrintDevice::location() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 90-93 |
| | 1 | 1 |
isValidPageLayout| Name: | QPrintDevice::isValidPageLayout | | Prototype: | bool QPrintDevice::isValidPageLayout(const QPageLayout &layout, int resolution) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 120-123 |
| | 1 | 1 |
isValid| Name: | QPrintDevice::isValid | | Prototype: | bool QPrintDevice::isValid() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 100-103 |
| | 1 | 1 |
isRemote| Name: | QPrintDevice::isRemote | | Prototype: | bool QPrintDevice::isRemote() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 110-113 |
| | 1 | 1 |
isDefault| Name: | QPrintDevice::isDefault | | Prototype: | bool QPrintDevice::isDefault() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 105-108 |
| | 1 | 1 |
id| Name: | QPrintDevice::id | | Prototype: | QString QPrintDevice::id() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 80-83 |
| | 1 | 1 |
format| Name: | QPrintDevice::format | | Prototype: | void QPrintDevice::format(QDebug debug) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 250-290 |
| | 33 | 9 |
defaultResolution| Name: | QPrintDevice::defaultResolution | | Prototype: | int QPrintDevice::defaultResolution() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 192-195 |
| | 1 | 1 |
defaultPageSize| Name: | QPrintDevice::defaultPageSize | | Prototype: | QPageSize QPrintDevice::defaultPageSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 135-138 |
| | 1 | 1 |
defaultOutputBin| Name: | QPrintDevice::defaultOutputBin | | Prototype: | QPrint::OutputBin QPrintDevice::defaultOutputBin() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 212-215 |
| | 1 | 1 |
defaultInputSlot| Name: | QPrintDevice::defaultInputSlot | | Prototype: | QPrint::InputSlot QPrintDevice::defaultInputSlot() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 202-205 |
| | 1 | 1 |
defaultDuplexMode| Name: | QPrintDevice::defaultDuplexMode | | Prototype: | QPrint::DuplexMode QPrintDevice::defaultDuplexMode() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 222-225 |
| | 1 | 1 |
defaultColorMode| Name: | QPrintDevice::defaultColorMode | | Prototype: | QPrint::ColorMode QPrintDevice::defaultColorMode() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QPrintDevice| Name: | QPrintDevice::QPrintDevice | | Prototype: | QPrintDevice::QPrintDevice() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 43-46 |
| | 2 | 1 |
QPrintDevice| Name: | QPrintDevice::QPrintDevice | | Prototype: | QPrintDevice::QPrintDevice(const QString &id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 48-51 |
| | 2 | 1 |
QPrintDevice| Name: | QPrintDevice::QPrintDevice | | Prototype: | QPrintDevice::QPrintDevice(QPlatformPrintDevice *dd) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 53-56 |
| | 2 | 1 |
QPrintDevice| Name: | QPrintDevice::QPrintDevice | | Prototype: | QPrintDevice::QPrintDevice(const QPrintDevice &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 58-61 |
| | 2 | 1 |