| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QWizardPage| Name:  | QWizardPage::QWizardPage |  | Prototype:  | QWizardPage::QWizardPage(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3469-3473 |  
  |  | 1 | 1 | 
 validatePage| Name:  | QWizardPage::validatePage |  | Prototype:  | bool QWizardPage::validatePage() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3648-3651 |  
  |  | 1 | 1 | 
 isCommitPage| Name:  | QWizardPage::isCommitPage |  | Prototype:  | bool QWizardPage::isCommitPage() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3778-3782 |  
  |  | 2 | 1 | 
 subTitle| Name:  | QWizardPage::subTitle |  | Prototype:  | QString QWizardPage::subTitle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3537-3541 |  
  |  | 2 | 1 | 
 title| Name:  | QWizardPage::title |  | Prototype:  | QString QWizardPage::title() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3504-3508 |  
  |  | 2 | 1 | 
 wizard| Name:  | QWizardPage::wizard |  | Prototype:  | QWizard *QWizardPage::wizard() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3981-3985 |  
  |  | 2 | 1 | 
 field| Name:  | QWizardPage::field |  | Prototype:  | QVariant QWizardPage::field(const QString &name) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3909-3915 |  
  |  | 4 | 2 | 
 setButtonText| Name:  | QWizardPage::setButtonText |  | Prototype:  | void QWizardPage::setButtonText(QWizard::WizardButton which, const QString &text) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3792-3798 |  
  |  | 4 | 2 | 
 setField| Name:  | QWizardPage::setField |  | Prototype:  | void QWizardPage::setField(const QString &name, const QVariant &value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3888-3894 |  
  |  | 4 | 2 | 
 setSubTitle| Name:  | QWizardPage::setSubTitle |  | Prototype:  | void QWizardPage::setSubTitle(const QString &subTitle) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3529-3535 |  
  |  | 4 | 2 | 
 setTitle| Name:  | QWizardPage::setTitle |  | Prototype:  | void QWizardPage::setTitle(const QString &title) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3496-3502 |  
  |  | 4 | 2 | 
 registerField| Name:  | QWizardPage::registerField |  | Prototype:  | void QWizardPage::registerField(const QString &name, QWidget *widget, const char *property, const char *changedSignal) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3963-3973 |  
  |  | 5 | 2 | 
 setCommitPage| Name:  | QWizardPage::setCommitPage |  | Prototype:  | void QWizardPage::setCommitPage(bool commitPage) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3764-3771 |  
  |  | 5 | 2 | 
 setFinalPage| Name:  | QWizardPage::setFinalPage |  | Prototype:  | void QWizardPage::setFinalPage(bool finalPage) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3714-3721 |  
  |  | 5 | 2 | 
 setPixmap| Name:  | QWizardPage::setPixmap |  | Prototype:  | void QWizardPage::setPixmap(QWizard::WizardPixmap which, const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3556-3563 |  
  |  | 5 | 2 | 
 buttonText| Name:  | QWizardPage::buttonText |  | Prototype:  | QString QWizardPage::buttonText(QWizard::WizardButton which) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3813-3824 |  
  |  | 6 | 3 | 
 cleanupPage| Name:  | QWizardPage::cleanupPage |  | Prototype:  | void QWizardPage::cleanupPage() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3621-3632 |  
  |  | 7 | 4 | 
 isFinalPage| Name:  | QWizardPage::isFinalPage |  | Prototype:  | bool QWizardPage::isFinalPage() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3735-3748 |  
  |  | 7 | 3 | 
 pixmap| Name:  | QWizardPage::pixmap |  | Prototype:  | QPixmap QWizardPage::pixmap(QWizard::WizardPixmap which) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3574-3587 |  
  |  | 8 | 3 | 
 nextId| Name:  | QWizardPage::nextId |  | Prototype:  | int QWizardPage::nextId() const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3842-3863 |  
  |  | 13 | 5 | 
 isComplete| Name:  | QWizardPage::isComplete |  | Prototype:  | bool QWizardPage::isComplete() const |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3670-3700 |  
  |  | 17 | 9 |