push
travis-ci
11 of 11 new or added lines in 3 files covered. (100.0%)
1870 of 1920 relevant lines covered (97.4%)
149.26 hits per line
1 |
class PostsController < ApplicationController |
23✔ |
2 |
def show |
23✔ |
|
render :show
|
× |
4 |
end
|
|
5 |
|
|
6 |
def create |
23✔ |
7 |
@sections = Object.new |
644✔ |
8 |
# Have this line raise an exception
|
|
|
Object.nw
|
644✔ |
10 |
end
|
|
11 |
end
|