| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 3986-3990 |  
  |  | 2 | 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:  | 3653-3656 |  
  |  | 1 | 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:  | 3510-3514 |  
  |  | 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:  | 3543-3547 |  
  |  | 2 | 1 | 
 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:  | 3502-3508 |  
  |  | 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:  | 3535-3541 |  
  |  | 4 | 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:  | 3562-3569 |  
  |  | 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:  | 3719-3726 |  
  |  | 5 | 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:  | 3893-3899 |  
  |  | 4 | 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:  | 3769-3776 |  
  |  | 5 | 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:  | 3797-3803 |  
  |  | 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:  | 3968-3978 |  
  |  | 5 | 2 | 
 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:  | 3580-3593 |  
  |  | 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:  | 3847-3868 |  
  |  | 13 | 5 | 
 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:  | 3740-3753 |  
  |  | 7 | 3 | 
 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:  | 3675-3705 |  
  |  | 17 | 9 | 
 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:  | 3783-3787 |  
  |  | 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:  | 3914-3920 |  
  |  | 4 | 2 | 
 cleanupPage| Name:  | QWizardPage::cleanupPage |  | Prototype:  | void QWizardPage::cleanupPage() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp |  | Lines:  | 3627-3637 |  
  |  | 6 | 4 | 
 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:  | 3818-3829 |  
  |  | 6 | 3 | 
 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:  | 3475-3479 |  
  |  | 1 | 1 |