| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
isValid| Name: | QPlatformPrintDevice::isValid | | Prototype: | bool QPlatformPrintDevice::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 110-113 |
| | 1 | 1 |
QPlatformPrintDevice| Name: | QPlatformPrintDevice::QPlatformPrintDevice | | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 51-66 |
| | 2 | 1 |
QPlatformPrintDevice| Name: | QPlatformPrintDevice::QPlatformPrintDevice | | Prototype: | QPlatformPrintDevice::QPlatformPrintDevice(const QString &id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 68-84 |
| | 2 | 1 |
supportsMultipleCopies| Name: | QPlatformPrintDevice::supportsMultipleCopies | | Prototype: | bool QPlatformPrintDevice::supportsMultipleCopies() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 145-148 |
| | 1 | 1 |
supportsCustomPageSizes| Name: | QPlatformPrintDevice::supportsCustomPageSizes | | Prototype: | bool QPlatformPrintDevice::supportsCustomPageSizes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 256-259 |
| | 1 | 1 |
supportsCollateCopies| Name: | QPlatformPrintDevice::supportsCollateCopies | | Prototype: | bool QPlatformPrintDevice::supportsCollateCopies() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 150-153 |
| | 1 | 1 |
supportedResolutions| Name: | QPlatformPrintDevice::supportedResolutions | | Prototype: | QList<int> QPlatformPrintDevice::supportedResolutions() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 290-295 |
| | 3 | 2 |
supportedPageSizes| Name: | QPlatformPrintDevice::supportedPageSizes | | Prototype: | QList<QPageSize> QPlatformPrintDevice::supportedPageSizes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 164-169 |
| | 3 | 2 |
supportedPageSizeMatch| Name: | QPlatformPrintDevice::supportedPageSizeMatch | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSizeMatch(const QPageSize &pageSize) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 246-254 |
| | 4 | 3 |
supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QPageSize &pageSize) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 171-199 |
| | 13 | 9 |
supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(QPageSize::PageSizeId pageSizeId) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 201-213 |
| | 6 | 4 |
supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QString &pageName) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 215-226 |
| | 6 | 4 |
supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QSize &sizePoints) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 228-235 |
| | 3 | 2 |
supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QSizeF &size, QPageSize::Unit units) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 237-244 |
| | 3 | 2 |
supportedOutputBins| Name: | QPlatformPrintDevice::supportedOutputBins | | Prototype: | QList<QPrint::OutputBin> QPlatformPrintDevice::supportedOutputBins() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 330-335 |
| | 3 | 2 |
supportedMimeTypes| Name: | QPlatformPrintDevice::supportedMimeTypes | | Prototype: | QList<QMimeType> QPlatformPrintDevice::supportedMimeTypes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 374-379 |
| | 3 | 2 |
supportedInputSlots| Name: | QPlatformPrintDevice::supportedInputSlots | | Prototype: | QList<QPrint::InputSlot> QPlatformPrintDevice::supportedInputSlots() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 310-315 |
| | 3 | 2 |
supportedDuplexModes| Name: | QPlatformPrintDevice::supportedDuplexModes | | Prototype: | QList<QPrint::DuplexMode> QPlatformPrintDevice::supportedDuplexModes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 346-351 |
| | 3 | 2 |
supportedColorModes| Name: | QPlatformPrintDevice::supportedColorModes | | Prototype: | QList<QPrint::ColorMode> QPlatformPrintDevice::supportedColorModes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 362-367 |
| | 3 | 2 |
state| Name: | QPlatformPrintDevice::state | | Prototype: | QPrint::DeviceState QPlatformPrintDevice::state() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 140-143 |
| | 1 | 1 |
printableMargins| Name: | QPlatformPrintDevice::printableMargins | | Prototype: | QMarginsF QPlatformPrintDevice::printableMargins(const QPageSize &pageSize, QPageLayout::Orientation orientation, int resolution) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 271-279 |
| | 4 | 1 |
name| Name: | QPlatformPrintDevice::name | | Prototype: | QString QPlatformPrintDevice::name() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 95-98 |
| | 1 | 1 |
minimumPhysicalPageSize| Name: | QPlatformPrintDevice::minimumPhysicalPageSize | | Prototype: | QSize QPlatformPrintDevice::minimumPhysicalPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 261-264 |
| | 1 | 1 |
maximumPhysicalPageSize| Name: | QPlatformPrintDevice::maximumPhysicalPageSize | | Prototype: | QSize QPlatformPrintDevice::maximumPhysicalPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 266-269 |
| | 1 | 1 |
makeAndModel| Name: | QPlatformPrintDevice::makeAndModel | | Prototype: | QString QPlatformPrintDevice::makeAndModel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 105-108 |
| | 1 | 1 |
location| Name: | QPlatformPrintDevice::location | | Prototype: | QString QPlatformPrintDevice::location() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 100-103 |
| | 1 | 1 |
isValidPageLayout| Name: | QPlatformPrintDevice::isValidPageLayout | | Prototype: | bool QPlatformPrintDevice::isValidPageLayout(const QPageLayout &layout, int resolution) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 125-138 |
| | 8 | 2 |
isRemote| Name: | QPlatformPrintDevice::isRemote | | Prototype: | bool QPlatformPrintDevice::isRemote() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 120-123 |
| | 1 | 1 |
isDefault| Name: | QPlatformPrintDevice::isDefault | | Prototype: | bool QPlatformPrintDevice::isDefault() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 115-118 |
| | 1 | 1 |
id| Name: | QPlatformPrintDevice::id | | Prototype: | QString QPlatformPrintDevice::id() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 90-93 |
| | 1 | 1 |
defaultResolution| Name: | QPlatformPrintDevice::defaultResolution | | Prototype: | int QPlatformPrintDevice::defaultResolution() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 285-288 |
| | 1 | 1 |
defaultPageSize| Name: | QPlatformPrintDevice::defaultPageSize | | Prototype: | QPageSize QPlatformPrintDevice::defaultPageSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 159-162 |
| | 1 | 1 |
defaultOutputBin| Name: | QPlatformPrintDevice::defaultOutputBin | | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
defaultOutputBin| Name: | QPlatformPrintDevice::defaultOutputBin | | Prototype: | QPrint::OutputBin QPlatformPrintDevice::defaultOutputBin() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 321-328 |
| | 4 | 2 |
defaultInputSlot| Name: | QPlatformPrintDevice::defaultInputSlot | | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
defaultInputSlot| Name: | QPlatformPrintDevice::defaultInputSlot | | Prototype: | QPrint::InputSlot QPlatformPrintDevice::defaultInputSlot() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 301-308 |
| | 4 | 2 |
defaultDuplexMode| Name: | QPlatformPrintDevice::defaultDuplexMode | | Prototype: | QPrint::DuplexMode QPlatformPrintDevice::defaultDuplexMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 341-344 |
| | 1 | 1 |
defaultColorMode| Name: | QPlatformPrintDevice::defaultColorMode | | Prototype: | QPrint::ColorMode QPlatformPrintDevice::defaultColorMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 357-360 |
| | 1 | 1 |
createPageSize| Name: | QPlatformPrintDevice::createPageSize | | Prototype: | QPageSize QPlatformPrintDevice::createPageSize(const QString &key, const QSize &size, const QString &localizedName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 382-385 |
| | 1 | 1 |
createPageSize| Name: | QPlatformPrintDevice::createPageSize | | Prototype: | QPageSize QPlatformPrintDevice::createPageSize(int windowsId, const QSize &size, const QString &localizedName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 387-390 |
| | 1 | 1 |