• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

leejo / business-fixflo / 34
95%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2015 01:20PM UTC
Jobs 7
Files 14
Run time 5min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
34

push

travis-ci

leejo
add get method to QuickViewPanel to get data

returns the data associated with a QuickViewPanel:

    my ( $issues_of_properties_without_ext_ref )
		= grep { $_->QVPTypeId == 40 } $ff->quick_view_panels;

    my $key_value_pairs = $issues_of_properties_without_ext_ref->get;

since there are many QuickViewPanels you can get the data for a
specific QuickViewPanel by calling get on that QuickViewPanel

there are quite a lot of QuickViewPanels, to see them all:

    foreach my $qvp (
        sort { $a->QVPTypeId <=> $b->QVPTypeId }
        $ff->quick_view_panels
    ) {
        printf( "%d - %s",$qvp->QVPTypeId,$qvp->Explanation );
    }

add tests for the above, update Changes and VERSION for release to
CPAN.

255 of 267 relevant lines covered (95.51%)

28.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34.1 04 Jun 2015 01:22PM UTC 0
95.53
Travis Job 34.1
2 34.2 04 Jun 2015 01:22PM UTC 0
95.53
Travis Job 34.2
3 34.3 04 Jun 2015 01:22PM UTC 0
96.15
Travis Job 34.3
5 34.5 04 Jun 2015 01:20PM UTC 0
96.15
Travis Job 34.5
6 34.6 04 Jun 2015 01:25PM UTC 0
96.15
Travis Job 34.6
7 34.7 04 Jun 2015 01:25PM UTC 0
96.15
Travis Job 34.7
8 34.8 04 Jun 2015 01:22PM UTC 0
96.15
Travis Job 34.8
Source Files on build 34
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #34
  • 1dde1284 on github
  • Prev Build on master (#33)
  • Next Build on master (#36)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc