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

benwbrum / fromthepage / 16785073810

06 Aug 2025 06:17PM UTC coverage: 63.978% (-0.001%) from 63.979%
16785073810

push

github

benwbrum
Fixed test failure due to bad merge

1766 of 3296 branches covered (53.58%)

Branch coverage included in aggregate %.

7896 of 11806 relevant lines covered (66.88%)

101.55 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/app/controllers/static_controller.rb
1
class StaticController < ApplicationController
1✔
2

3
  def splash
1✔
4
    if !session[:welcome_lightbox]
×
5
      @show_welcome_lightbox = false
×
6
      session[:welcome_lightbox] = true
×
7
    end
8
  end
9

10
  def metadata
1✔
11
    render :file => Rails.root.join('app/views/static', 'metadata.yml'), :layout => false, :content_type => "text/plain"
×
12
  end
13

14
  def landing_page
1✔
15
    if user_signed_in? && params[:logo] != 'true' 
8✔
16
      if current_user.admin
3✔
17
        return redirect_to admin_path
1✔
18
      elsif current_user.owner
2✔
19
        return redirect_to dashboard_owner_path
1✔
20
      else
1✔
21
        return redirect_to dashboard_watchlist_path
1✔
22
      end
23
    end
24
    render layout: false
5✔
25
  end
26

27
  def signup
1✔
28
    render layout: false
×
29
  end
30

31
  def transcription_archives
1✔
32
    render layout: false
×
33
  end
34

35
  def public_libraries
1✔
36
    render layout: false
×
37
  end
38

39
  def state_archives
1✔
40
    render layout: false
×
41
  end
42

43
  def digital_scholarship
1✔
44
    render layout: false
×
45
  end
46

47
end
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

© 2026 Coveralls, Inc